From 279277f9f31837ad520b6ddfb4f2cdae703e5860 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 13 Jan 2012 11:51:20 +0000 Subject: - Remove redundant ldap_count_entries() call git-svn-id: https://svn.roundcube.net/trunk@5772 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_ldap.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php index c11bbb5e2..2497138eb 100644 --- a/roundcubemail/program/include/rcube_ldap.php +++ b/roundcubemail/program/include/rcube_ldap.php @@ -870,10 +870,8 @@ class rcube_ldap extends rcube_addressbook // The filter is not set, set it. $this->filter = $this->prop['filter']; } - $this->_exec_search(true); - if ($this->ldap_result) { - $count = ldap_count_entries($this->conn, $this->ldap_result); - } + + $count = (int) $this->_exec_search(true); } return new rcube_result_set($count, ($this->list_page-1) * $this->page_size); -- cgit v1.2.3