From ad40551bc289300c2cf31a8e6523a608cdf8f582 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Tue, 14 Mar 2006 06:22:55 +0000 Subject: [PATCH] modif fonction select_all_categories --- htdocs/html.form.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index ca3b3d21749..7e02c5b6227 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -953,7 +953,7 @@ class Form $cat = new Categorie ($this -> db); $cat->get_categories_arbo(); $cate_arbo = $cat->get_arbo_each_cate(); - print ''.$langs->trans ("AddIn").''; //creation des categories meres print '\n'; @@ -966,7 +966,7 @@ class Form print ''; } - print ''; + print ''; }