diff --git a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php index 0d3b01a4..1a16d762 100644 --- a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php +++ b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php @@ -281,9 +281,7 @@ class rcube_kolab_contacts extends rcube_addressbook // sort data arrays according to desired list sorting if ($count = count($ids)) { -$aa = rcube_timer(); uasort($this->contacts, array($this, '_sort_contacts_comp')); -rcube_print_time($aa); // get sorted IDs if ($count != count($this->contacts)) $ids = array_intersect(array_keys($this->contacts), $ids);