From eb27aad897b8b4bf4117fc17bec725e86094dac3 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 22 Feb 2010 10:41:19 +0000 Subject: - added lost param description --- program/include/rcube_contacts.php | 1 + program/include/rcube_ldap.php | 1 + 2 files changed, 2 insertions(+) (limited to 'program') 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 */ -- cgit v1.2.3