From 359eb4b9ea4f0d57364c9ebd7e2fac1289f6c111 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 7 May 2007 15:01:48 +0000 Subject: [PATCH] "small docu update" --- phpgwapi/inc/class.uiaccountsel.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.uiaccountsel.inc.php b/phpgwapi/inc/class.uiaccountsel.inc.php index 13c3678542..9535c7f0d9 100644 --- a/phpgwapi/inc/class.uiaccountsel.inc.php +++ b/phpgwapi/inc/class.uiaccountsel.inc.php @@ -89,7 +89,7 @@ class uiaccountsel extends accounts * @param string $onchange javascript to execute if the selection changes, eg. to reload the page * @param array/bool/string $select array with id's as keys or values. If the id is in the key and the value is a string, * it gets appended to the user-name. Or false if the selectable values for the selectbox are determined by use. - * Or a string which gets added as first Option with value=0, eg. lang('all'), can also be specified in the array with key '' + * Or a string which gets added as first Option with value='', eg. lang('all'), can also be specified in the array with key '' * @param boolean $nohtml if true, returns an array with the key 'selected' as the selected participants, * and with the key 'participants' as the participants data as would fit in a select. * @return string/array string with html for !$nohtml, array('selected' => $selected,'participants' => $select)