From 79bdb85f6db7494331e42658bc526888bade9ea0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 18 Mar 2012 14:25:39 +0100 Subject: [PATCH] Fix: missing return num --- htdocs/core/class/html.form.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 6a231f95f33..08787c8b1bc 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -802,6 +802,7 @@ class Form function select_contacts($socid,$selected='',$htmlname='contactid',$showempty=0,$exclude='',$limitto='',$showfunction=0, $moreclass='') { print $this->selectcontacts($socid,$selected,$htmlname,$showempty,$exclude,$limitto,$showfunction, $moreclass); + return $this->num; } /**