From 96e7ede0311a15585b9901c0477f4ba5e8b0d708 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Mon, 18 Apr 2011 14:01:43 +0200 Subject: [PATCH] Fixed updater - version introduced in commit 7491442a259b8fc2d5992428f6b35b7f74e9d339 Signed-off-by: Florian Aders (EleRas) --- install/updates/froxlor/0.9/update_0.9.inc.php | 4 ++-- lib/tables.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 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 95c85fab..11b8fbf6 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1493,11 +1493,11 @@ if(isFroxlorVersion('0.9.18.1')) if(isFroxlorVersion('0.9.19')) { - showUpdateStep("Updating from 0.9.19 to 0.9.20"); + showUpdateStep("Updating from 0.9.19 to 0.9.20-svn1"); lastStepStatus(0); showUpdateStep("Adding new setting for domain validation"); $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'validate_domain', '1')"); - updateToVersion('0.9.20'); + updateToVersion('0.9.20-svn1'); } diff --git a/lib/tables.inc.php b/lib/tables.inc.php index b04abdb2..13d5b6da 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.19'; +$version = '0.9.20-svn1'; $dbversion = '2'; $branding = '';