diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-26 23:00:28 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-26 23:00:28 +0000 |
commit | c414a9133eea12bf5ccfd8e08d5af0a5ff270cf0 (patch) | |
tree | a5a2751baa2a02522c6ade5e90332d529c2f67a3 /include/config.inc.php | |
parent | 11c2e5805334a637a4e304c27d0fdcf709e24772 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/config.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index 2c3fdae81..bda7fff8a 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -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'; ?> |