From 164d37dddddbf0d734b043d229caf12cb94348ab Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Sep 2008 17:32:13 +0000 Subject: [PATCH] Some enhancements in upgrade of DoliWamp --- htdocs/install/upgrade.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php index 3c554a4329c..a8139adf4b1 100644 --- a/htdocs/install/upgrade.php +++ b/htdocs/install/upgrade.php @@ -223,10 +223,8 @@ if (! isset($_GET["action"]) || $_GET["action"] == "upgrade") if (eregi($from,$file)) { $filelist[]=$file; - - // Mettre from avec valeur fin de $file } - else if (eregi($to,$file)) + else if (eregi($to,$file)) // First test may be false if we migrate from x.y.* to x.y.* { $filelist[]=$file; }