mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature:2549 update query not working well (sic)
git-svn-id: http://piwigo.org/svn/trunk@12905 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -28,11 +28,7 @@ if (!defined('PHPWG_ROOT_PATH'))
|
||||
|
||||
$upgrade_description = 'new parameter: Activate comments';
|
||||
|
||||
$query = '
|
||||
INSERT INTO piwigo_config (param,value,comment)
|
||||
VALUES (\'activate_comments\',\'true\',\'Global parameter for usage of comments system\')
|
||||
;';
|
||||
pwg_query($query);
|
||||
conf_update_param('activate_comments', 'true');
|
||||
|
||||
echo
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user