From 3c731661a0923305c3f776808b3a3b229f474b2b Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Sat, 23 Oct 2010 10:44:35 +0000 Subject: [PATCH] actually update to new version :P --- 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 919467c0..9a6fae09 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1238,5 +1238,5 @@ if(isFroxlorVersion('0.9.14-svn6')) $db->query("DELETE FROM `".TABLE_PANEL_CRONRUNS."` WHERE `cronfile` ='cron_legacy.php';"); lastStepStatus(0); - updateToVersion('0.9.14-svn6'); + updateToVersion('0.9.14-svn10'); }