alecpl
2009-09-24 c2e697fe8170b2fe014f391874e00c1ee27f40bc
program/include/rcube_contacts.php
@@ -271,7 +271,7 @@
         VALUES (".intval($this->user_id).", ".$this->db->now().", 0, ".join(', ', $a_insert_values).")"
        );
        
      $insert_id = $this->db->insert_id(get_sequence_name('contacts'));
      $insert_id = $this->db->insert_id('contacts');
    }
    return $insert_id;