Changeset 23515 for branches/version-2_13-dev/data/class/pages/admin
- Timestamp:
- 2014/06/03 23:01:12 (12 years ago)
- Location:
- branches/version-2_13-dev/data/class/pages/admin
- Files:
-
- 4 edited
-
basis/LC_Page_Admin_Basis_Kiyaku.php (modified) (1 diff)
-
contents/LC_Page_Admin_Contents_FileManager.php (modified) (1 diff)
-
customer/LC_Page_Admin_Customer_Edit.php (modified) (1 diff)
-
products/LC_Page_Admin_Products_UploadCSV.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Kiyaku.php
r23124 r23515 140 140 // 規約一覧を取得 141 141 $this->arrKiyaku = $objKiyaku->getList(); 142 }142 } 143 143 144 144 /** -
branches/version-2_13-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents_FileManager.php
r23503 r23515 127 127 $this->setDispError('select_file', $disp_error); 128 128 } else { 129 $path_exists = SC_Utils_Ex::checkFileExistsWithInBasePath($objFormParam->getValue('select_file'), USER_REALDIR);130 if ($path_exists) {131 // ファイルダウンロード132 $objFileManager->sfDownloadFile($objFormParam->getValue('select_file'));133 SC_Response_Ex::actionExit();134 }135 }129 $path_exists = SC_Utils_Ex::checkFileExistsWithInBasePath($objFormParam->getValue('select_file'), USER_REALDIR); 130 if ($path_exists) { 131 // ファイルダウンロード 132 $objFileManager->sfDownloadFile($objFormParam->getValue('select_file')); 133 SC_Response_Ex::actionExit(); 134 } 135 } 136 136 } 137 137 break; -
branches/version-2_13-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php
r23129 r23515 263 263 $arrErr['email_mobile'] = '※ すでに他の会員(ID:' . $arrData['customer_id'] . ')が使用している携帯アドレスです。'; 264 264 } elseif ($arrData['email_mobile'] == $objFormParam->getValue('email')) { 265 if ($arrErr['email'] == '') {265 if ($arrErr['email'] == '') { 266 266 $arrErr['email'] = '※ すでに他の会員(ID:' . $arrData['customer_id'] . ')が使用している携帯アドレスです。'; 267 267 } -
branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php
r23513 r23515 685 685 $arrErr['product_class_id'] = '※ 指定の商品ID/規格分類と、商品規格IDの組合せは正しくありません。'; 686 686 } 687 }687 } 688 688 } 689 689 // 表示ステータスの存在チェック
Note: See TracChangeset
for help on using the changeset viewer.
