From: kink Date: Sat, 21 Dec 2002 16:40:21 +0000 (+0000) Subject: Display event message in popup. Patch by Patrick van Zweden X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=13400895d4525fbc0ac0ab85d137cdf9860af31a Display event message in popup. Patch by Patrick van Zweden git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4300 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index a0fcc4e9..9300f9f5 100644 --- a/plugins/calendar/calendar.php +++ b/plugins/calendar/calendar.php @@ -116,7 +116,7 @@ function drawmonthview() { $i=0; while ($calfoo = each($calendardata[$cdate])) { $calbar = $calendardata[$cdate][$calfoo['key']]; - echo ($calbar['priority']==1) ? "$calbar[title]
\n" : "$calbar[title]
\n"; + echo ($calbar['priority']==1) ? "$calbar[title]
\n" : "$calbar[title]
\n"; $i=$i+1; if($i==2){ break;