summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_ldap.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-11 08:17:38 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-11 08:17:38 +0000
commit06ea99e45164a9b3d61baef051d989901b0db6b1 (patch)
tree523f5a64ae3ee6703541224889b51c063a7b17d7 /roundcubemail/program/include/rcube_ldap.php
parentc3b57fa60dff4ac103e44816ee4ca53b3b4091d0 (diff)
- last commit fix
git-svn-id: https://svn.roundcube.net/trunk@2943 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_ldap.php')
-rw-r--r--roundcubemail/program/include/rcube_ldap.php2
1 files changed, 1 insertions, 1 deletions
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) {