Fix for versioning.

Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
Andreas Burchert (scarya)
2011-04-24 02:55:44 +02:00
parent 7890730afa
commit 35ffb12950
2 changed files with 4 additions and 4 deletions

View File

@@ -1526,9 +1526,9 @@ if(isFroxlorVersion('0.9.19'))
}
if(isFroxlorVersion('0.9.19'))
if(isFroxlorVersion('0.9.20-svn1'))
{
showUpdateStep("Updating from 0.9.19 to 0.9.20");
showUpdateStep("Updating from 0.9.20-svn1 to 0.9.20-svn2");
// adding backup stuff
@@ -1546,5 +1546,5 @@ if(isFroxlorVersion('0.9.19'))
$db->query("INSERT INTO `" . TABLE_PANEL_CRONRUNS . "` (`module`, `cronfile`, `interval`, `isactive`, `desc_lng_key`) VALUES ('froxlor/backup', 'cron_backup.php', '1 Day', '1', 'cron_backup');");
lastStepStatus(0);
updateToVersion('0.9.20');
updateToVersion('0.9.20-svn2');
}

View File

@@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2);
// VERSION INFO
$version = '0.9.20-svn1';
$version = '0.9.20-svn2';
$dbversion = '2';
$branding = '';