diff options
author | plegall <plg@piwigo.org> | 2005-08-24 22:22:29 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-08-24 22:22:29 +0000 |
commit | 429dd2ff626119727103297cd33b3c9a3b921d89 (patch) | |
tree | 5059b7d2bcc7bc849f65c6cb569e13900f0ab01c /install | |
parent | b08df0468873fa5e6f69a0737d3557bd1de0daa1 (diff) |
- deletion : no mail notification anymore. Feature replaced by RSS feed
notification.
- improvement : on waiting pictures management. Ability to validate all or
reject all in one clic.
- regrouped fields in admin/update
git-svn-id: http://piwigo.org/svn/trunk@849 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install')
-rw-r--r-- | install/config.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql index 910e51388..ba7e8875d 100644 --- a/install/config.sql +++ b/install/config.sql @@ -15,7 +15,6 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('upload_maxheight INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('log','false','keep an history of visits on your website'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('comments_validation','false','administrators validate users comments before becoming visible'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('mail_notification','false','automated mail notification for adminsitrators'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nb_image_line','5','Number of images displayed per row'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nb_line_page','3','Number of rows displayed per page'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('recent_period','7','Period within which pictures are displayed as new (in days)'); |