Changeset 1759 for trunk/include/functions_calendar.inc.php
- Timestamp:
- Jan 27, 2007, 7:20:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_calendar.inc.php
r1690 r1759 55 55 $inner_sql .= ' 56 56 WHERE category_id IN ('.implode(',',$sub_ids).')'; 57 $inner_sql .= ' 58 '.get_sql_condition_FandF 59 ( 60 array 61 ( 62 'visible_images' => 'id' 63 ), 64 'AND', false 65 ); 57 66 } 58 67 else … … 65 74 'forbidden_categories' => 'category_id', 66 75 'visible_categories' => 'category_id', 67 'visible_images' => 'i mage_id'76 'visible_images' => 'id' 68 77 ), 69 78 'WHERE', true
Note: See TracChangeset
for help on using the changeset viewer.