Changeset 4608 for temp/trunk/html/admin/products/class.php
- Timestamp:
- 2006/09/11 19:37:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/class.php
r2105 r4608 79 79 80 80 // µ¬³Ê¤ÎÆÉ¹þ 81 $where = "del ete<> 1";81 $where = "del_flg <> 1"; 82 82 $objQuery->setorder("rank DESC"); 83 83 $objPage->arrClass = $objQuery->select("name, class_id", "dtb_class", $where); … … 134 134 if(!isset($objErr->arrErr['name'])) { 135 135 $objQuery = new SC_Query(); 136 $arrRet = $objQuery->select("class_id, name", "dtb_class", "del ete= 0 AND name = ?", array($_POST['name']));136 $arrRet = $objQuery->select("class_id, name", "dtb_class", "del_flg = 0 AND name = ?", array($_POST['name'])); 137 137 // ÊÔ½¸Ãæ¤Î¥ì¥³¡¼¥É°Ê³°¤ËƱ¤¸Ì¾¾Î¤¬Â¸ºß¤¹¤ë¾ì¹ç 138 138 if ($arrRet[0]['class_id'] != $_POST['class_id'] && $arrRet[0]['name'] == $_POST['name']) {
Note: See TracChangeset
for help on using the changeset viewer.
