diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-28 19:00:09 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-28 19:00:09 +0000 |
commit | 7709c4189cadfcfc56c97fd5cd47df06033b6429 (patch) | |
tree | 4174cf9319ee338486e89a0f4f4101971bc4ecf4 /install/config.sql | |
parent | b22da12d04451e913b69dd3a02be411c2d86cc2d (diff) |
Web Service: Remove ws_status from #config (remove missing in config.sql)
(Next steps:
- Restrict Method need to be more generic maybe
- Delete functions_webserv.inc.php
- Activate $partner in ws.php
- Include checked access in tools
- ...)
Issue 0000614: Display hits under thumbnails like comments counter
- Add show_nb_hits to #user_infos (add in phpwebgallery_structure.sql)
git-svn-id: http://piwigo.org/svn/trunk@1762 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 3933fd658..399b3fe8e 100644 --- a/install/config.sql +++ b/install/config.sql @@ -30,4 +30,3 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementar INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to the admin when a user registers'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the admin when a valid comment is entered'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the admin when a comment requires validation'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('ws_status','true','Web Service is active/inactive'); |