alecpl
2008-05-29 75da0b6f74203c6ea2656a1bbcf6bacba17a15c6
program/include/rcube_contacts.php
@@ -393,13 +393,8 @@
   */
  function delete_all()
  {
    if (is_array($ids))
      $ids = join(',', $ids);
    $this->db->query("DELETE FROM {$this->db_name} WHERE  user_id=?", $this->user_id);
    $this->db->query("DELETE FROM {$this->db_name} WHERE user_id=?", $this->user_id);
    return $this->db->affected_rows();
  }
}