From 6b0e43336bc12c50c645eb3599c7bbb1124a9e6c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Aug 2011 13:45:11 +0000 Subject: [PATCH] Fix: Avoid warning --- htdocs/comm/action/class/ical.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/class/ical.class.php b/htdocs/comm/action/class/ical.class.php index 35d8a364166..69f947f28be 100644 --- a/htdocs/comm/action/class/ical.class.php +++ b/htdocs/comm/action/class/ical.class.php @@ -27,7 +27,7 @@ class ical var $file_text; // Text in file var $cal; // Array to save iCalendar parse data var $event_count; // Number of Events - var $todo_count; // Number of TODOs + var $todo_count; // Number of Todos var $last_key; //Help variable save last key (multiline string)