Changeset 4608 for temp/trunk/html/admin/mail/index.php
- Timestamp:
- 2006/09/11 19:37:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/index.php
r3648 r4608 278 278 $col = "customer_id, order_id"; 279 279 $from = "dtb_order LEFT JOIN dtb_order_detail USING(order_id)"; 280 $where = "product_code LIKE ? AND del ete= 0";280 $where = "product_code LIKE ? AND del_flg = 0"; 281 281 $val = sfManualEscape($keyword); 282 282 $arrVal[] = "%$val%";
Note: See TracChangeset
for help on using the changeset viewer.
