alecpl
2010-04-23 373747becc9324f294980923a77b5ccffb5f3124
program/include/rcube_contacts.php
@@ -122,7 +122,7 @@
        if (!$this->groups)
            return $results;
        $sql_filter = $search ? "AND " . $this->db->ilike('name', '%'.$search.'%') : '';
        $sql_filter = $search ? " AND " . $this->db->ilike('name', '%'.$search.'%') : '';
        $sql_result = $this->db->query(
            "SELECT * FROM ".get_table_name('contactgroups').