From c942bfa616b38329063578f05abc40b692f6c245 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 Aug 2010 19:13:08 +0000 Subject: [PATCH] Fix: Function renamed --- htdocs/install/upgrade2.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index f87369c3354..e9f9e70b5f5 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -222,8 +222,6 @@ if (isset($_POST['action']) && preg_match('/upgrade/i',$_POST["action"])) migrate_detail_livraison($db,$langs,$conf); - migrate_module_menus($db,$langs,$conf); - // Script pour V2.5 -> V2.6 migrate_stocks($db,$langs,$conf);