aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/86-database.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/db/86-database.php')
-rw-r--r--install/db/86-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/86-database.php b/install/db/86-database.php
index 5ff78a033..3a736e3e2 100644
--- a/install/db/86-database.php
+++ b/install/db/86-database.php
@@ -56,7 +56,7 @@ foreach ($themes_to_activate as $theme)
{
$query = '
INSERT INTO '.PREFIX_TABLE.'themes
- SET id = "'.$theme.'"
+ (id) VALUES(\''.$theme.'\'
;';
pwg_query($query);
}