From: <vv...@us...> - 2012-02-28 23:15:14
|
Revision: 4990 http://web-erp.svn.sourceforge.net/web-erp/?rev=4990&view=rev Author: vvs2012 Date: 2012-02-28 23:15:08 +0000 (Tue, 28 Feb 2012) Log Message: ----------- removed debug line from UpgradeDatabase.php Modified Paths: -------------- trunk/UpgradeDatabase.php Modified: trunk/UpgradeDatabase.php =================================================================== --- trunk/UpgradeDatabase.php 2012-02-28 21:14:04 UTC (rev 4989) +++ trunk/UpgradeDatabase.php 2012-02-28 23:15:08 UTC (rev 4990) @@ -66,7 +66,7 @@ if ($_POST['OldVersion']=='Manual') { prnMsg(_('No datbase updates have been done as you selected to apply these manually - upgrade SQL scripts are under sql/mysql/ directory in the distribution'),'info'); } else { //we are into automatically applying database upgrades -$_POST['OldVersion']='4.08.2'; + prnMsg(_('If there are any failures then please check with your system administrator. Please read all notes carefully to ensure they are expected'),'info'); switch ($_POST['OldVersion']) { //since there are no "break" statements subsequent upgrade scripts will be added to the array @@ -135,7 +135,7 @@ $SQLScripts[] = './sql/mysql/upgrade4.06-4.07.sql'; case '4.07.0': $SQLScripts[] = './sql/mysql/upgrade4.07-4.08.sql'; - case '4.08.2': + case '4.08.0': $SQLScripts[] = './sql/mysql/upgrade4.07-4.08.sql'; break; } //end switch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |