From 7c9d922b96f9a88b350d6e07f5bde84ccc40f9b0 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 02 Mar 2010 16:27:53 -0500 Subject: [PATCH] New recent check based on UIDs --- program/include/rcube_contacts.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php index a931845..23f86e8 100644 --- a/program/include/rcube_contacts.php +++ b/program/include/rcube_contacts.php @@ -15,7 +15,7 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ - $Id: rcube_contacts.inc 328 2006-08-30 17:41:21Z thomasb $ + $Id$ */ @@ -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 */ -- Gitblit v1.9.1