summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_contacts.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-13 09:13:25 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-13 09:13:25 +0000
commit3df504b2950dbe3354e89cf309018de356c3fd21 (patch)
treecdd84a95713db89c3a292873faac03f08c12861f /roundcubemail/program/include/rcube_contacts.php
parentb0649d7909787dfdedc3b6a55995a59e076b0cef (diff)
- Extend contact groups support (#1486682)
git-svn-id: https://svn.roundcube.net/trunk@3614 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_contacts.php')
-rw-r--r--roundcubemail/program/include/rcube_contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php
index 06600665b..ac5fed38b 100644
--- a/roundcubemail/program/include/rcube_contacts.php
+++ b/roundcubemail/program/include/rcube_contacts.php
@@ -123,7 +123,7 @@ class rcube_contacts extends rcube_addressbook
if (!$this->groups)
return $results;
-
+console('---------------');
$sql_filter = $search ? " AND " . $this->db->ilike('name', '%'.$search.'%') : '';
$sql_result = $this->db->query(