Ignore:
Timestamp:
Aug 21, 2004, 2:52:43 PM (20 years ago)
Author:
z0rglub
Message:
  • add files metadata support : use info for database fields
  • distinction between directories synchronization and metadata synchronization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r463 r486  
    2828INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('auto_expand','false','Auto expand of the category tree');
    2929INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments','true','Show the number of comments under the thumbnails');
     30INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_iptc','false','Use IPTC data during database synchronization with files metadata');
     31INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_exif','true','Use EXIF data during database synchronization with files metadata');
Note: See TracChangeset for help on using the changeset viewer.