Changeset 1162 for branches/branch-1_6/include/calendar_base.class.php
- Timestamp:
- Apr 14, 2006, 3:41:50 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/include/calendar_base.class.php
r1107 r1162 196 196 } 197 197 198 if ($conf['calendar_show_any'] and $show_any and count($items) > 1) 198 if ($conf['calendar_show_any'] and $show_any and count($items)>1 and 199 count($date_components)<count($this->calendar_levels)-1 ) 199 200 { 200 201 $label = l10n('calendar_any'); … … 300 301 for ($i=0; $i<count($page['chronology_date']); $i++) 301 302 { 302 if ( 'any' === $page['chronology_date'] )303 if ( 'any' === $page['chronology_date'][$i] ) 303 304 { 304 305 $query .= ','.'"any"';
Note: See TracChangeset
for help on using the changeset viewer.