Changeset 672 for trunk/install
- Timestamp:
- Jan 6, 2005, 11:16:21 PM (20 years ago)
- Location:
- trunk/install
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/config.sql
r653 r672 21 21 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('recent_period','7','Period within which pictures are displayed as new (in days)'); 22 22 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('auto_expand','false','Auto expand of the category tree'); 23 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments',' true','Show the number of comments under the thumbnails');23 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments','false','Show the number of comments under the thumbnails'); 24 24 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_iptc','false','Use IPTC data during database synchronization with files metadata'); 25 25 INSERT 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.