From 0a9a90f25c6fd32f121950788151dc3db19294be Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 21 Apr 2001 01:03:26 +0000 Subject: [PATCH] Missed a variable for indication of participant in the viewing of events. --- calendar/inc/class.calendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar.inc.php b/calendar/inc/class.calendar.inc.php index 99e7111ec4..9acdc6667d 100755 --- a/calendar/inc/class.calendar.inc.php +++ b/calendar/inc/class.calendar.inc.php @@ -1520,7 +1520,7 @@ class calendar extends calendar_ $participating = False; for($j=0;$jparticipants);$j++) { - if($event->participants[$j] == $owner) + if($event->participants[$j] == $this->owner) { $participating = True; }