Fixed updater - version introduced in commit 7491442a25

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-04-18 14:01:43 +02:00
parent e87c16b598
commit 96e7ede031
2 changed files with 3 additions and 3 deletions

View File

@@ -1493,11 +1493,11 @@ if(isFroxlorVersion('0.9.18.1'))
if(isFroxlorVersion('0.9.19')) 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); lastStepStatus(0);
showUpdateStep("Adding new setting for domain validation"); showUpdateStep("Adding new setting for domain validation");
$db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'validate_domain', '1')"); $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'validate_domain', '1')");
updateToVersion('0.9.20'); updateToVersion('0.9.20-svn1');
} }

View File

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