From e2fcbfeef89333eb9e61ce00d32a49da1bed6163 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 16 Dec 2006 11:33:52 +0000 Subject: [PATCH] Upgrade Feed corrected git-svn-id: http://piwigo.org/svn/trunk@1668 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/40-database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/db/40-database.php b/install/db/40-database.php index 934cf0317..99779822f 100644 --- a/install/db/40-database.php +++ b/install/db/40-database.php @@ -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);