aboutsummaryrefslogtreecommitdiffstats
path: root/include/calendar_base.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/calendar_base.class.php')
-rw-r--r--include/calendar_base.class.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/calendar_base.class.php b/include/calendar_base.class.php
index 5f85c914f..a64e20fe9 100644
--- a/include/calendar_base.class.php
+++ b/include/calendar_base.class.php
@@ -220,7 +220,6 @@ $this->get_date_where($level).'
;';
$level_items = simple_hash_from_query($query, 'period', 'nb_images');
- $level_items = array_to_int($level_items);
if ( count($level_items)==1 and
count($page['chronology_date'])<count($this->calendar_levels)-1)
@@ -292,7 +291,6 @@ GROUP BY period';
$current = implode('-', $page['chronology_date'] );
$upper_items = array_from_query( $query, 'period');
- $upper_items = array_to_int($upper_items);
usort($upper_items, 'version_compare');
$upper_items_rank = array_flip($upper_items);
@@ -347,4 +345,4 @@ GROUP BY period';
}
}
}
-?>
+?> \ No newline at end of file