thomascube
2011-07-17 03eb13f11cf7dd695be3aab95b4e39e510169a49
program/include/rcube_contacts.php
@@ -300,7 +300,7 @@
            }
        }
        foreach ($required as $col) {
        foreach (array_intersect($required, $this->table_cols) as $col) {
            $and_where[] = $this->db->quoteIdentifier($col).' <> '.$this->db->quote('');
        }