From 811959e7630207a6f67292a1d914ed079070dcfe Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Jan 2009 03:54:41 +0000 Subject: [PATCH] Maxi debug of multiprice feature Prepare 2.5.1 --- htdocs/install/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index aeb8bed0c28..009ac630349 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -269,7 +269,7 @@ else array('from'=>'2.1.0', 'to'=>'2.2.0'), array('from'=>'2.2.0', 'to'=>'2.4.0'), array('from'=>'2.4.0', 'to'=>'2.5.0'), - array('from'=>'2.5.0', 'to'=>'2.6.0') + //array('from'=>'2.5.0', 'to'=>'2.6.0') ); # Upgrade lines foreach ($migrationscript as $migarray)