diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-02-22 10:41:19 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-02-22 10:41:19 +0000 |
| commit | 6144caa0ca3e3bf0bbed5e7930e554815ae98468 (patch) | |
| tree | f9b308d1657aa5f2aa18578400d8978931e9d44c /roundcubemail/program | |
| parent | 05791da07b31f5975a897fdd53236b1d63e193a5 (diff) | |
- added lost param description
git-svn-id: https://svn.roundcube.net/trunk@3280 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/rcube_contacts.php | 1 | ||||
| -rw-r--r-- | roundcubemail/program/include/rcube_ldap.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php index e5a4dd80e..23f86e852 100644 --- a/roundcubemail/program/include/rcube_contacts.php +++ b/roundcubemail/program/include/rcube_contacts.php @@ -141,6 +141,7 @@ class rcube_contacts extends rcube_addressbook * * @param array List of fields to search in * @param string Search value + * @param boolean True for strict (=), False for partial (LIKE) matching * @param boolean True if results are requested, False if count only * @return Indexed list of contact records and 'count' value */ diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php index 2b2bec280..cdf511cfd 100644 --- a/roundcubemail/program/include/rcube_ldap.php +++ b/roundcubemail/program/include/rcube_ldap.php @@ -304,6 +304,7 @@ class rcube_ldap extends rcube_addressbook * * @param array List of fields to search in * @param string Search value + * @param boolean True for strict, False for partial (fuzzy) matching * @param boolean True if results are requested, False if count only * @return array Indexed list of contact records and 'count' value */ |
