diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index becfb6dde..5e58bba9a 100644 --- a/picture.php +++ b/picture.php @@ -859,7 +859,7 @@ if (!empty($picture['current']['date_creation'])) 'chronology_field'=>'created', 'chronology_style'=>'monthly', 'chronology_view'=>'list', - 'chronology_date' => explode('-', $picture['current']['date_creation']) + 'chronology_date' => explode('-', substr($picture['current']['date_creation'], 0, 10)) ) ); $infos['INFO_CREATION_DATE'] = |