Update commonobject.class.php

This commit is contained in:
BENKE Charles 2013-09-25 11:14:50 +02:00
parent f88470d3b8
commit 1c988fc559

View File

@ -451,6 +451,7 @@ abstract class CommonObject
* @param string $source 'internal', 'external' or 'all'
* @param string $order Sort order by : 'code' or 'rowid'
* @param string $option 0=Return array id->label, 1=Return array code->label
* @param string $activeonly 0=all type of contact, 1=only the active
* @return array Array list of type of contacts (id->label if option=0, code->label if option=1)
*/
function liste_type_contact($source='internal', $order='code', $option=0, $activeonly=0)