From 3a0db123fc9130e8bca60408bf8a0046c04086c5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 13 Feb 2011 12:17:43 +0000 Subject: [PATCH] Fix: Missing parameter langs --- htdocs/core/class/html.form.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 2d2b88d38dd..41924a7d1e5 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -680,7 +680,7 @@ class Form */ function select_contacts($socid,$selected='',$htmlname='contactid',$showempty=0,$exclude='',$limitto='') { - global $conf; + global $conf,$langs; // Permettre l'exclusion de contacts if (is_array($exclude)) @@ -704,7 +704,7 @@ class Form if ($num == 0) return 0; if ($htmlname != 'none') print '