Changeset 9073 for trunk/picture.php


Ignore:
Timestamp:
Feb 3, 2011, 9:18:38 AM (13 years ago)
Author:
plg
Message:

bug 270 fixed: (yes "270", submitted in 2006), time (hour:minute:second) added
in the date_creation field and in the synchronization from EXIF metadata.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r9055 r9073  
    860860      'chronology_style'=>'monthly',
    861861      'chronology_view'=>'list',
    862       'chronology_date' => explode('-', $picture['current']['date_creation'])
     862      'chronology_date' => explode('-', substr($picture['current']['date_creation'], 0, 10))
    863863      )
    864864    );
Note: See TracChangeset for help on using the changeset viewer.