Changeset 1856 for temp/trunk
- Timestamp:
- 2006/08/24 20:40:24 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/customer/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r1827 r1856 135 135 if($_POST["mode"] == "complete") { 136 136 $objPage->tpl_mainpage = 'customer/edit_complete.tpl'; 137 138 // ¸½ºß¤Î²ñ°÷¾ðÊó¤ò¼èÆÀ¤¹¤ë 139 $arrCusSts = $objQuery->getOne("SELECT status FROM dtb_customer WHERE customer_id = ?", array($_POST["customer_id"])); 140 141 // ²ñ°÷¾ðÊó¤¬Êѹ¹¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¥·¡¼¥¯¥ì¥Ã¥È¢ñ¤â¹¹¿·¤¹¤ë¡£ 142 if ($arrCusSts != $_POST['status']){ 143 $secret = sfGetUniqRandomId("r"); 144 // $objQuery 145 } 146 147 sfprintr($objPage->arrForm); 148 sfprintr($arrRegistColumn); 149 150 exit; 151 137 152 //-- ÊÔ½¸ÅÐÏ¿ 138 153 sfEditCustomerData($objPage->arrForm, $arrRegistColumn);
Note: See TracChangeset
for help on using the changeset viewer.
