summaryrefslogtreecommitdiff
path: root/program/include/rcube_contacts.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-05-13 09:13:56 +0000
committeralecpl <alec@alec.pl>2010-05-13 09:13:56 +0000
commitd17a7fea4cc6c6eecfd4e97fb3e67878d82d51af (patch)
tree2aec4fbdac6a87b37c54a053522b3244b3d82884 /program/include/rcube_contacts.php
parentbb8012cfcde4ee598c2281373252a84ce0c96cc2 (diff)
- remove debug code
Diffstat (limited to 'program/include/rcube_contacts.php')
-rw-r--r--program/include/rcube_contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php
index ac5fed38b..06600665b 100644
--- a/program/include/rcube_contacts.php
+++ b/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(