Changeset 3426 for temp/trunk
- Timestamp:
- 2006/08/31 10:46:10 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/customer/index.tpl (modified) (previous)
-
html/admin/customer/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r3421 r3426 86 86 $arrRejectRegistColumn = array("year", "month", "day"); 87 87 88 // ¸¡º÷¾ò·ï¤òÊÝ»ý 89 if ($_POST['mode' == "edit_search"]) { 90 91 } 92 88 93 //----¡¡¸ÜµÒÊÔ½¸¾ðÊó¼èÆÀ 89 if ( $_POST["mode"] == "edit"&& is_numeric($_POST["edit_customer_id"])) {94 if (($_POST["mode"] == "edit" || $_POST["mode"] == "edit_search") && is_numeric($_POST["edit_customer_id"])) { 90 95 91 96 //--¡¡¸ÜµÒ¥Ç¡¼¥¿¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
