From 9af43854d902375259c88b53b4d2d159cb429b5e Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 11 Apr 2013 12:37:16 +0200 Subject: [PATCH] sh*t - forget the 'table' part in the alter-query Signed-off-by: Michael Kaufmann (d00p) --- install/updates/froxlor/0.9/update_0.9.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 681f75e1..f658368e 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2041,7 +2041,7 @@ if (isFroxlorVersion('0.9.28-rc2')) { showUpdateStep("Updating from 0.9.28-rc2 to 0.9.28 final", true); $db->query("DELETE FROM `panel_settings` WHERE `settinggroup`='system' AND `varname`='mod_log_sql'"); $db->query("DELETE FROM `panel_settings` WHERE `settinggroup`='system' AND `varname`='openssl_cnf'"); - $db->query("ALTER `panel_domains` DROP `safemode`"); + $db->query("ALTER TABLE `panel_domains` DROP `safemode`"); lastStepStatus(0); updateToVersion('0.9.28');