Changeset 220 for branches/dev/html
- Timestamp:
- 2007/02/09 13:13:08 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/products/product_select.php
r17 r220 63 63 case 'search_product_code': 64 64 $where .= " AND product_id IN (SELECT product_id FROM dtb_products_class WHERE product_code ILIKE ? GROUP BY product_id)"; 65 $where .= " OR product_code ILIKE ?"; 66 $arrval[] = "%$val%"; 67 $arrval[] = "%$val%"; 65 $arrval[] = "$val%"; 68 66 break; 69 67 default:
Note: See TracChangeset
for help on using the changeset viewer.
