Ignore:
Timestamp:
Jan 17, 2005, 8:09:48 PM (19 years ago)
Author:
plg
Message:
  • by default use_iptc and use_exif are set to false
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r672 r701  
    2323INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments','false','Show the number of comments under the thumbnails');
    2424INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_iptc','false','Use IPTC data during database synchronization with files metadata');
    25 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_exif','true','Use EXIF data during database synchronization with files metadata');
     25INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_exif','false','Use EXIF data during database synchronization with files metadata');
    2626INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_iptc','false','Show IPTC metadata on picture.php if asked by user');
    2727INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_exif','true','Show EXIF metadata on picture.php if asked by user');
Note: See TracChangeset for help on using the changeset viewer.