aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2006-12-16 10:30:38 +0000
committervdigital <vdigital@piwigo.org>2006-12-16 10:30:38 +0000
commitb005e5a3c0c7571d31454b7a76634f2512f31eb9 (patch)
tree228b18f7436dca836abb3568f79b78a7951257a1 /install
parent328869000967d072950650bb9a6ee7760b877ee3 (diff)
Parse error corrected
git-svn-id: http://piwigo.org/svn/trunk@1666 68402e56-0260-453c-a942-63ccdbb3a9ee
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);