From 471e735b0c26a4f845e8341a98fdc04067ee4cfa Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Fri, 13 Apr 2012 16:54:09 +0200 Subject: [PATCH] Calendar: Document active parameter in allCalendars --- apps/calendar/lib/calendar.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/calendar/lib/calendar.php b/apps/calendar/lib/calendar.php index 7eeb004d18..321f4c73ba 100644 --- a/apps/calendar/lib/calendar.php +++ b/apps/calendar/lib/calendar.php @@ -44,10 +44,8 @@ class OC_Calendar_Calendar{ /** * @brief Returns the list of calendars for a specific user. * @param string $uid User ID - * @param boolean $active + * @param boolean $active Only return calendars with this $active state, default(=null) is don't care * @return array - * - * TODO: what is active for? */ public static function allCalendars($uid, $active=null){ $values = array($uid);