Changeset 9974 for temp/trunk
- Timestamp:
- 2006/11/30 22:30:16 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/css/file_manager.css (modified) (previous)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r9894 r9974 1842 1842 foreach ($arrRet as $val) { 1843 1843 if($tmp_where == "") { 1844 $tmp_where.= " category_id IN ( ? ";1844 $tmp_where.= " category_id IN ( ?"; 1845 1845 } else { 1846 $tmp_where.= " ,? ";1846 $tmp_where.= ",? "; 1847 1847 } 1848 1848 $arrval[] = $val; -
temp/trunk/html/admin/products/index.php
r9972 r9974 153 153 if($tmp_where != "") { 154 154 $where.= " AND $tmp_where"; 155 $arrval = array_merge( $arrval,$tmp_arrval);155 $arrval = array_merge((array)$arrval, (array)$tmp_arrval); 156 156 } 157 157 break;
Note: See TracChangeset
for help on using the changeset viewer.
