From fd74671760c096b4aa554fec8a4fc1e7ed358d0f Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 21 Apr 2010 07:07:56 +0000 Subject: [PATCH] beautification --- 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 d3e6a052..417fe615 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -475,7 +475,7 @@ if(isFroxlorVersion('0.9.4-svn2')) if(isFroxlorVersion('0.9.5')) { - showUpdateStep("Updating from 0.9.5 to 0.9.6-svn1", true); + showUpdateStep("Updating from 0.9.5 to 0.9.6-svn1", false); showUpdateStep("Adding time-to-live configuration setting"); $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'defaultttl', '604800');");