Changeset 28383 for trunk/include
- Timestamp:
- May 6, 2014, 9:14:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_search.inc.php
r28165 r28383 1181 1181 if (!empty($options['images_where'])) 1182 1182 { 1183 $where_clauses[]='('.$ images_where.')';1183 $where_clauses[]='('.$options['images_where'].')'; 1184 1184 } 1185 1185 if ($permissions)
Note: See TracChangeset
for help on using the changeset viewer.