From d8494248fc3df1ac9b688fd5b250de60a50361b2 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 25 Aug 2004 21:09:09 +0000 Subject: "show metadata" feature added : you can ask to show metadata (EXIF and IPTC) on picture.php page. Metadata read functions were moved from admin/include/functions_metadata.php to include/functions_metadata.inc.php git-svn-id: http://piwigo.org/svn/trunk@493 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/config.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/config.sql') diff --git a/install/config.sql b/install/config.sql index 987c8a4a5..3ef928a4f 100644 --- a/install/config.sql +++ b/install/config.sql @@ -29,3 +29,5 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('auto_expand','fa INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments','true','Show the number of comments under the thumbnails'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_iptc','false','Use IPTC data during database synchronization with files metadata'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_exif','true','Use EXIF data during database synchronization with files metadata'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_iptc','false','Show IPTC metadata on picture.php if asked by user'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_exif','true','Show EXIF metadata on picture.php if asked by user'); -- cgit v1.2.3