Changeset 5253 for temp/trunk/html/admin/customer/index.php
- Timestamp:
- 2006/09/20 14:33:35 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/customer/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/index.php
r4853 r5253 200 200 case 'delete_all': 201 201 // ¸¡º÷·ë²Ì¤ò¤¹¤Ù¤Æºï½ü 202 $where = "product_id IN (SELECT product_id FROM vw_products_nonclass WHERE $where)";202 $where = "product_id IN (SELECT product_id FROM vw_products_nonclass AS noncls WHERE $where)"; 203 203 $sqlval['del_flg'] = 1; 204 204 $objQuery->update("dtb_products", $sqlval, $where, $arrval);
Note: See TracChangeset
for help on using the changeset viewer.
