From 06ea99e45164a9b3d61baef051d989901b0db6b1 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 11 Sep 2009 08:17:38 +0000 Subject: - last commit fix git-svn-id: https://svn.roundcube.net/trunk@2943 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_ldap.php') diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php index b72ef80aa..d70a55f23 100644 --- a/roundcubemail/program/include/rcube_ldap.php +++ b/roundcubemail/program/include/rcube_ldap.php @@ -343,7 +343,7 @@ class rcube_ldap extends rcube_addressbook * * @return object rcube_result_set Resultset with values for 'count' and 'first' */ - function count($check) + function count() { $count = 0; if ($this->conn && $this->ldap_result) { -- cgit v1.2.3