aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/db/40-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/40-database.php b/install/db/40-database.php
index 99779822f..934cf0317 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);