Fix for improper API call.

This commit is contained in:
skeeter 2001-05-16 04:34:36 +00:00
parent 6a74d28760
commit a227ddd92e

View File

@ -31,7 +31,7 @@
if($participating == False)
{
echo '<center>The user '.$phpgw->common->grab_owner($owner).' is not participating in this event!</center>';
echo '<center>The user '.$phpgw->common->grab_owner_name($owner).' is not participating in this event!</center>';
$phpgw->common->footer();
$phpgw->common->phpgw_exit();
}