From fe11e7ec883b28a8b4bce5b34791faa4eba59b1d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 25 Apr 2011 09:37:01 +0000 Subject: [PATCH] Fix: bad id of combobox --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 5d4e0c634df..6c75d2ab9a2 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -582,7 +582,7 @@ class Form } else { - $out.= ''; if ($showempty) $out.= ''; $num = $this->db->num_rows($resql); $i = 0;