diff options
author | alecpl <alec@alec.pl> | 2010-02-22 10:41:19 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-02-22 10:41:19 +0000 |
commit | eb27aad897b8b4bf4117fc17bec725e86094dac3 (patch) | |
tree | f009c7e2b6a26e55c0ff6950c00f27915255e5a1 /program | |
parent | 7d9d3b0210d6b85bc940e1273c5639cd159c4cca (diff) |
- added lost param description
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcube_contacts.php | 1 | ||||
-rw-r--r-- | program/include/rcube_ldap.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php index e5a4dd80e..23f86e852 100644 --- a/program/include/rcube_contacts.php +++ b/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/program/include/rcube_ldap.php b/program/include/rcube_ldap.php index 2b2bec280..cdf511cfd 100644 --- a/program/include/rcube_ldap.php +++ b/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 */ |