Changeset 16445
- Timestamp:
- 2007/10/16 09:31:30 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/admin/design/LC_Page_Admin_Design_Upload.php
r16430 r16445 57 57 // アップロードしたファイルを格納するディレクトリ 58 58 $new_file_dir = USER_TEMPLATE_PATH . $_POST['template_code']; 59 $this->p($new_file_dir);60 59 // ファイル管理クラス 61 60 $objUpFile = new SC_UploadFile(TEMPLATE_TEMP_DIR, $new_file_dir); … … 90 89 $target_smarty = $new_file_dir . "/Smarty/"; 91 90 $mess .= SC_Utils_Ex::sfCopyDir($target_smarty, DATA_PATH . "Smarty/templates/" . $_POST['template_code'] . "/", $mess); 92 91 // コピー済みファイルを削除 92 SC_Utils_Ex::sfDelFile($target_smarty); 93 93 // DBにテンプレート情報を保存 94 94 $this->lfRegistTemplate($arrRet, $objQuery);
Note: See TracChangeset
for help on using the changeset viewer.