[Svn] r3280 - trunk/roundcubemail/program/include

trac at roundcube.net trac at roundcube.net
Mon Feb 22 11:41:19 CET 2010


Author: alec
Date: 2010-02-22 04:41:19 -0600 (Mon, 22 Feb 2010)
New Revision: 3280

Modified:
   trunk/roundcubemail/program/include/rcube_contacts.php
   trunk/roundcubemail/program/include/rcube_ldap.php
Log:
- added lost param description


Modified: trunk/roundcubemail/program/include/rcube_contacts.php
===================================================================
--- trunk/roundcubemail/program/include/rcube_contacts.php	2010-02-21 17:37:13 UTC (rev 3279)
+++ trunk/roundcubemail/program/include/rcube_contacts.php	2010-02-22 10:41:19 UTC (rev 3280)
@@ -141,6 +141,7 @@
    *
    * @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
    */

Modified: trunk/roundcubemail/program/include/rcube_ldap.php
===================================================================
--- trunk/roundcubemail/program/include/rcube_ldap.php	2010-02-21 17:37:13 UTC (rev 3279)
+++ trunk/roundcubemail/program/include/rcube_ldap.php	2010-02-22 10:41:19 UTC (rev 3280)
@@ -304,6 +304,7 @@
    *
    * @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
    */

_______________________________________________
http://lists.roundcube.net/mailman/listinfo/svn



More information about the Svn mailing list