Missed a variable for indication of participant in the viewing of events.

This commit is contained in:
skeeter 2001-04-21 01:03:26 +00:00
parent 8a69409111
commit 0a9a90f25c

View File

@ -1520,7 +1520,7 @@ class calendar extends calendar_
$participating = False;
for($j=0;$j<count($event->participants);$j++)
{
if($event->participants[$j] == $owner)
if($event->participants[$j] == $this->owner)
{
$participating = True;
}