From 360faf445c7d95ecc26a42c85fb71ebced58ab9a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 21 Feb 2006 16:35:23 +0000 Subject: [PATCH] bugfix --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 19d7d96ffa7..d3944b07f47 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -923,7 +923,7 @@ class Form if ($selected) { - $categorie = new Categorie($this->$db); + $categorie = new Categorie($db); $nb = $categorie->get_nb_categories(); for ($i = 0 ; $i <= $nb ; $i++)