Changeset 19179 for branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products.php
- Timestamp:
- 2010/11/06 23:41:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products.php
r18820 r19179 86 86 87 87 if (!isset($_POST['mode'])) $_POST['mode'] = ""; 88 89 if($_POST['mode'] === "price02_edit") { 90 var_dump($_POST['price02_edit_id\n']); 91 var_dump($_POST['price02_edit_value\n']); 92 exit; 93 } 88 94 89 95 //キャンペーンの編集時
Note: See TracChangeset
for help on using the changeset viewer.