aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-09-10 23:00:01 +0000
committerz0rglub <z0rglub@piwigo.org>2003-09-10 23:00:01 +0000
commitb6d77d389c7f285683ce234a4d2cb9f56b22fe88 (patch)
tree426f07fed5302a74ca0654e82c2dd627ef9a4563 /admin
parent637cdd1e23a6faadfea3988da80ee3648cf8999a (diff)
2003.09.11_01h00 : auto commit
git-svn-id: http://piwigo.org/svn/trunk@86 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/phpwebgallery_structure.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql
index 34b4c4806..f28595895 100644
--- a/admin/phpwebgallery_structure.sql
+++ b/admin/phpwebgallery_structure.sql
@@ -65,7 +65,8 @@ CREATE TABLE phpwebgallery_config (
log enum('true','false') NOT NULL default 'false',
comments_validation enum('true','false') NOT NULL default 'false',
comments_forall enum('true','false') NOT NULL default 'false',
- authorize_cookies enum('true','false') NOT NULL default 'false'
+ authorize_cookies enum('true','false') NOT NULL default 'false',
+ mail_notification enum('true','false') NOT NULL default 'false'
) TYPE=MyISAM;
--