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:
mistic100 2012-01-16 21:44:29 +00:00
commit a7f39070f4

View file

@ -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"