Fix: Must return a string

This commit is contained in:
Laurent Destailleur 2014-02-03 20:07:25 +01:00
parent 2b2d764180
commit 408a028320

View File

@ -705,7 +705,7 @@ class Form
}
else
{*/
print $this->select_thirdparty_list($selected,$htmlname,$filter,1,0,$forcecombo,array(),'',0,$limit);
return $this->select_thirdparty_list($selected,$htmlname,$filter,1,0,$forcecombo,array(),'',0,$limit);
//}
}