Missed a change over to the associated array.

This commit is contained in:
skeeter 2001-08-20 00:10:16 +00:00
parent 884232c7d0
commit dc8cf8e36d

View File

@ -746,7 +746,7 @@
reset($event['participants']);
if(!$event->participants[$this->bo->owner])
if(!$event['participants'][$this->bo->owner])
{
echo '<center>The user '.$GLOBALS['phpgw']->common->grab_owner_name($this->bo->owner).' is not participating in this event!</center>';
return;