From c8a1380bef8a05b9b9b58724089d885beb484962 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 28 Jul 2011 13:19:58 +0000 Subject: [PATCH] - Fixed the reporting about the previous version SVN:trunk[1379] --- setup/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/index.php b/setup/index.php index 7e09e2d90..fa81b73bb 100644 --- a/setup/index.php +++ b/setup/index.php @@ -605,7 +605,7 @@ function WelcomeAndCheckPrerequisites(SetupWebPage $oP, $aParamValues, $iCurrent } else { - $oP->ok("Version ".$aVersion[ROOT_MODULE]['version_db']." of iTop detected.
The application will be upgraded to version ".$aVersion[ITOP_APPLICATION]['version_code']."."); + $oP->ok("Version ".$aVersion[ROOT_MODULE]['version_db']." of iTop detected.
The application will be upgraded to version ".$aVersion[ROOT_MODULE]['version_code']."."); } AddHiddenParam($oP, 'db_server', $oConfig->GetDBHost()); AddHiddenParam($oP, 'db_user', $oConfig->GetDBUser());