From 6c888182b977beed4374bfa0dab644281ecc2aaf Mon Sep 17 00:00:00 2001 From: rub Date: Sat, 21 Apr 2007 22:17:06 +0000 Subject: In create_listing_file.php file, re-set $conf['use_exif'] value with same value defined in config_default.inc.php file. With 1.7, action are done in order to standardize between this 2 files. Reduce line length (<79) git-svn-id: http://piwigo.org/svn/trunk@1968 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/create_listing_file.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'tools/create_listing_file.php') diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 05c789ff6..e13bbe5de 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -40,11 +40,16 @@ $conf['gallery'] = 'http://'; // prefix for thumbnails in "thumbnail" sub directories $conf['prefix_thumbnail'] = 'TN-'; -// $conf['file_ext'] lists all extensions (case insensitive) allowed for your PhpWebGallery installation -$conf['file_ext'] = array('jpg','JPG','jpeg','JPEG','png','PNG','gif','GIF','mpg','zip', 'avi','mp3','ogg'); +// $conf['file_ext'] lists all extensions (case insensitive) allowed +// for your PhpWebGallery installation +$conf['file_ext'] = array('jpg','JPG','jpeg','JPEG', + 'png','PNG','gif','GIF','mpg','zip', + 'avi','mp3','ogg'); + // $conf['picture_ext'] must be a subset of $conf['file_ext'] -$conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG','png','PNG','gif','GIF'); +$conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG', + 'png','PNG','gif','GIF'); // ****** Time limitation functionality ****** // // max execution time before refresh in seconds @@ -55,7 +60,7 @@ $conf['refresh_delay'] = 0; // ****** EXIF support functionality ****** // // $conf['use_exif'] set to true if you want to use Exif information -$conf['use_exif'] = false; +$conf['use_exif'] = true; // use_exif_mapping: same behaviour as use_iptc_mapping $conf['use_exif_mapping'] = array( -- cgit v1.2.3