If an event is public, we should show it!

This commit is contained in:
Andrew McMillan 2007-10-26 12:00:47 +13:00
parent 613fcb4417
commit e64db0fae4

View File

@ -65,6 +65,9 @@ else if ( $qry->rows > 1 ) {
// Otherwise we hide the alarms (if configured to)
$response .= $ical->Render( false, $event->caldav_type, $ical->DefaultPropertyList() );
}
else {
$response .= $ical->Render( false, $event->caldav_type );
}
}
else {
$response .= $ical->Render( false, $event->caldav_type );