Upgrade Feed corrected
git-svn-id: http://piwigo.org/svn/trunk@1668 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5fe8be40c2
commit
e2fcbfeef8
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ if (!defined('PHPWG_ROOT_PATH'))
|
|||
|
||||
$upgrade_description = 'Add ws_status to #config';
|
||||
|
||||
$query = "
|
||||
$query = '
|
||||
INSERT INTO '.PREFIX_TABLE."config (param,value,comment) VALUES ('ws_status','true','Web Service is active/inactive');";
|
||||
pwg_query($query);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue