fix upgrade feed sql error

git-svn-id: http://piwigo.org/svn/trunk@11398 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2011-06-16 20:39:34 +00:00
parent 4d4ed341d1
commit 60cbc4c181

View file

@ -29,7 +29,7 @@ if (!defined('PHPWG_ROOT_PATH'))
$upgrade_description = 'Display new icons next albums and pictures';
$query = '
INSERT INTO piwigo_config (param,value,comment)
INSERT INTO '.PREFIX_TABLE.'config (param,value,comment)
VALUES (\'index_new_icon\',\'true\',\'Display new icons next albums and pictures\')
;';
pwg_query($query);