2
0
forked from Wavyzz/dolibarr

Fix: missing return num

This commit is contained in:
Regis Houssin
2012-03-18 14:25:39 +01:00
parent 5d33f687ae
commit 79bdb85f6d

View File

@@ -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;
}
/**