From 4cf57c1b3986fc6591c8e1b8e7e7af613d163989 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 25 Apr 2011 15:00:18 +0000 Subject: [PATCH] New: add ajax_combox function --- htdocs/core/class/html.formcompany.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php index ee29eef5340..7720ab75984 100644 --- a/htdocs/core/class/html.formcompany.class.php +++ b/htdocs/core/class/html.formcompany.class.php @@ -560,7 +560,7 @@ class FormCompany else { $javaScript = "window.location='./contact.php?".$var_id."=".$object->id."&".$htmlname."=' + form.".$htmlname.".options[form.".$htmlname.".selectedIndex].value;"; - print ''; $num = $object->db->num_rows($resql); $i = 0; if ($num)