diff --git a/addressbook/inc/class.addressbook_ui.inc.php b/addressbook/inc/class.addressbook_ui.inc.php index 01f87cfb36..4f8c7127a4 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -947,7 +947,7 @@ class addressbook_ui extends addressbook_bo if (!$id_only && $rows) { $show_custom_fields = (!$columselection || in_array('customfields',$columselection)) && $this->customfields; - $show_calendar = !$columselection || in_array('calendar',$columselection); + $show_calendar = !$columselection || in_array('calendar_calendar',$columselection); $show_distributionlist = !$columselection || in_array('distrib_lists',$columselection) ||count($available_distib_lists); if ($show_calendar || $show_custom_fields || $show_distributionlist) {