Fix: Comment

This commit is contained in:
Laurent Destailleur 2011-01-12 14:44:08 +00:00
parent 64a2ea6561
commit 518c37059b

View File

@ -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)