From be11f71d27e704a2d3cc4958e1dda66441659390 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 1 Jul 2012 00:31:05 +0200 Subject: [PATCH] fix doc for OC_Calendar_Calendar::generateTextColor() --- apps/calendar/lib/calendar.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/calendar/lib/calendar.php b/apps/calendar/lib/calendar.php index c8527405964..6cac99ba489 100644 --- a/apps/calendar/lib/calendar.php +++ b/apps/calendar/lib/calendar.php @@ -290,7 +290,8 @@ class OC_Calendar_Calendar{ /* * @brief generates the text color for the calendar - * @param integer $calendarname + * @param string $calendarcolor rgb calendar color code in hex format (with or without the leading #) + * (this function doesn't pay attention on the alpha value of rgba color codes) * @return boolean */ public static function generateTextColor($calendarcolor){