diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-13 09:13:25 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-13 09:13:25 +0000 |
| commit | 3df504b2950dbe3354e89cf309018de356c3fd21 (patch) | |
| tree | cdd84a95713db89c3a292873faac03f08c12861f /roundcubemail/program/include/rcube_contacts.php | |
| parent | b0649d7909787dfdedc3b6a55995a59e076b0cef (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.php | 2 |
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( |
