diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-11 08:17:38 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-11 08:17:38 +0000 |
| commit | 06ea99e45164a9b3d61baef051d989901b0db6b1 (patch) | |
| tree | 523f5a64ae3ee6703541224889b51c063a7b17d7 | |
| parent | c3b57fa60dff4ac103e44816ee4ca53b3b4091d0 (diff) | |
- last commit fix
git-svn-id: https://svn.roundcube.net/trunk@2943 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_ldap.php | 2 |
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) { |
