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:
parent
d29fb6a184
commit
a7f39070f4
1 changed files with 1 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue