From af61d7cd9512b1cce87902e31476690ad73d16a3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 12 Jun 2011 01:31:36 +0000 Subject: [PATCH] Work on dolimed package --- htdocs/install/etape5.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index 5dd4fef9663..cd5a15b5d91 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -231,11 +231,8 @@ if ($action == "set" || preg_match('/upgrade/i',$action)) $file=$modtoactivatenew.'.class.php'; dolibarr_install_syslog('install/etape5.php Activate module file='.$file); $res=dol_include_once("/includes/modules/".$file); - //print 'x'.dol_buildpath("/includes/modules/".$file);exit; $res=Activate($modtoactivatenew,1); - //$objMod = new $modtoactivatenew($db); - //$result=$objMod->init(); if (! $result) print 'ERROR in activating module file='.$file; } }