From 518c37059bae6b996fee885c690e1c726d2691a6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 12 Jan 2011 14:44:08 +0000 Subject: [PATCH] Fix: Comment --- htdocs/install/upgrade2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index 88b8dbd19f8..04d747e575c 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -294,7 +294,7 @@ if (! GETPOST("action") || preg_match('/upgrade/i',GETPOST('action'))) migrate_reload_menu($db,$langs,$conf,$versionto); } - // Script for VX (X<2.9) -> V2.9 + // Script for VX (X<3.0) -> V3.0 $afterversionarray=explode('.','2.9.9'); $beforeversionarray=explode('.','3.0.9'); if (versioncompare($versiontoarray,$afterversionarray) >= 0 && versioncompare($versiontoarray,$beforeversionarray) <= 0)