Fix for versioning.
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
@@ -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
|
// 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');");
|
$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);
|
lastStepStatus(0);
|
||||||
|
|
||||||
updateToVersion('0.9.20');
|
updateToVersion('0.9.20-svn2');
|
||||||
}
|
}
|
||||||
@@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2);
|
|||||||
|
|
||||||
// VERSION INFO
|
// VERSION INFO
|
||||||
|
|
||||||
$version = '0.9.20-svn1';
|
$version = '0.9.20-svn2';
|
||||||
$dbversion = '2';
|
$dbversion = '2';
|
||||||
$branding = '';
|
$branding = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user