Changeset 9974 for temp/trunk/data/lib/slib.php
- Timestamp:
- 2006/11/30 22:30:16 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.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;
Note: See TracChangeset
for help on using the changeset viewer.
