Changeset 1387 in subversion


Ignore:
Timestamp:
May 15, 2008 2:40:47 AM (5 years ago)
Author:
alec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_contacts.php

    r1291 r1387  
    394394  function delete_all() 
    395395  { 
    396     if (is_array($ids)) 
    397       $ids = join(',', $ids); 
    398  
    399     $this->db->query("DELETE FROM {$this->db_name} WHERE  user_id=?", $this->user_id); 
     396    $this->db->query("DELETE FROM {$this->db_name} WHERE user_id=?", $this->user_id); 
    400397    return $this->db->affected_rows(); 
    401398  } 
    402399 
    403400} 
    404  
    405  
Note: See TracChangeset for help on using the changeset viewer.