diff options
author | alecpl <alec@alec.pl> | 2010-05-13 09:13:25 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-05-13 09:13:25 +0000 |
commit | bb8012cfcde4ee598c2281373252a84ce0c96cc2 (patch) | |
tree | 0173df3c267e8a377e842a4e4bd63ad50921f693 /program/include/rcube_contacts.php | |
parent | af1cc9d40356839abbac33d59f13d3dcdc58787d (diff) |
- Extend contact groups support (#1486682)
Diffstat (limited to 'program/include/rcube_contacts.php')
-rw-r--r-- | program/include/rcube_contacts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php index 06600665b..ac5fed38b 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( |