From 4659d8e24aecf25ec699d44d89c5c417aedfb869 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 7 Apr 2010 11:24:53 +0000 Subject: [PATCH] beautification of update-process --- 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 ea4c8453..b72a2e8f 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -394,7 +394,7 @@ if(isFroxlorVersion('0.9.3-svn5')) if(isFroxlorVersion('0.9.4')) { - showUpdateStep("Updating from 0.9.4 to 0.9.4-svn1", true); + showUpdateStep("Updating from 0.9.4 to 0.9.4-svn1", false); showUpdateStep("Adding new settings"); $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'awstats_path', '/usr/bin/');");