possibility to choose the date field you want to use for calendar category

(date_available or date_creation).


git-svn-id: http://piwigo.org/svn/trunk@497 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-08-26 23:00:28 +00:00
parent 11c2e58053
commit c414a9133e
3 changed files with 24 additions and 23 deletions
+2
View File
@@ -88,4 +88,6 @@ $conf['show_exif_fields'] = array('Make',
'COMPUTED;ApertureFNumber');
// for PHP version newer than 4.1.2 :
// $conf['show_exif_fields'] = array('CameraMake','CameraModel','DateTime');
$conf['calendar_datefield'] = 'date_creation';
?>