From 5f625f428912e99f124e0ad51fded461734601e6 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 2 Dec 2005 20:29:49 +0000 Subject: [PATCH] fixed bug: privat cats were not returned / shown --- phpgwapi/inc/class.categories.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.categories.inc.php b/phpgwapi/inc/class.categories.inc.php index 0a70177f13..59d764bede 100644 --- a/phpgwapi/inc/class.categories.inc.php +++ b/phpgwapi/inc/class.categories.inc.php @@ -45,10 +45,10 @@ /** * constructor for categories class * - * @param int $accountid=0 account id, default to current user + * @param int/string $accountid='' account id or lid, default to current user * @param string $app_name='' app name defaults to current app */ - function categories($accountid=0,$app_name = '') + function categories($accountid='',$app_name = '') { if (!$app_name) $app_name = $GLOBALS['egw_info']['flags']['currentapp'];