From f63f1d947b14e1e8e7a6e9d48514f1cc960199eb Mon Sep 17 00:00:00 2001 From: "Andreas Burchert (scarya)" Date: Fri, 13 May 2011 17:33:39 +0200 Subject: [PATCH] You should think frist before commiting... --- install/updates/froxlor/0.9/update_0.9.inc.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 44b713ee..8accb57e 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1586,15 +1586,7 @@ if(isFroxlorVersion('0.9.20.1')) updateToVersion('0.9.20.1-svn1'); } -if(isFroxlorVersion('0.9.20.2-svn1')) -{ - showUpdateStep("Updating from 0.9.20.2-svn1 to 0.9.21-svn1"); - lastStepStatus(0); - - updateToVersion('0.9.21-svn1'); -} - -if(isFroxlorVersion('0.9.20.1-svn1')) +if(isFroxlorVersion('0.9.20.1-svn1') || isFroxlorVersion('0.9.20.2-svn1')) { showUpdateStep("Updating from 0.9.20.1-svn1 to 0.9.21-svn1"); lastStepStatus(0);