mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Fixes #273 (Add ui option to display or not the date of an album)
This commit is contained in:
@@ -69,6 +69,7 @@ INSERT INTO piwigo_config (param,value) VALUES ('picture_sizes_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('index_sizes_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('index_edit_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('index_caddie_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('display_fromto','false');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('picture_edit_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('picture_caddie_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('picture_representative_icon','true');
|
||||
|
||||
Reference in New Issue
Block a user