diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-13 09:13:56 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-13 09:13:56 +0000 |
| commit | 38d81821675d07d6ab0bb69db9581cf316bd042d (patch) | |
| tree | d65aadd6bebf65276cc789510c2d005840cd1be4 /roundcubemail/program/include/rcube_contacts.php | |
| parent | 3df504b2950dbe3354e89cf309018de356c3fd21 (diff) | |
- remove debug code
git-svn-id: https://svn.roundcube.net/trunk@3615 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 ac5fed38b..06600665b 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( |
