From 33604a2e8cbfc53115019447e77d38e791bc880f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 9 May 2006 11:30:25 +0000 Subject: [PATCH] Fix: affiche juste le nom du module --- htdocs/admin/commande.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php index e7e9dfbf7a3..064af62e8a4 100644 --- a/htdocs/admin/commande.php +++ b/htdocs/admin/commande.php @@ -241,7 +241,7 @@ while (($file = readdir($handle))!==false) $var=!$var; print "\n "; - print "$name"; + print "$classname"; print "\n \n"; require_once($dir.$file); $module = new $classname($db);