- Timestamp:
- May 4, 2008, 11:55:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/include/category_cats.inc.php
r2326 r2331 96 96 ON ic.category_id = c.id'; 97 97 $query.= ' 98 WHERE uppercats LIKE \''.$row['uppercats'].',%\''98 WHERE (c.id='.$row['id'].' OR uppercats LIKE \''.$row['uppercats'].',%\')' 99 99 .get_sql_condition_FandF 100 100 (
Note: See TracChangeset
for help on using the changeset viewer.