- Remove temp debug code

release-0.6
alecpl 13 years ago
parent 4d4a2fa32e
commit feaf7b5ec6

@ -581,9 +581,8 @@ class rcube_contacts extends rcube_addressbook
$updated = false;
$write_sql = array();
$record = $this->get_record($id, true);
console($save_cols);
$save_cols = $this->convert_save_data($save_cols, $record);
console($save_cols);
foreach ($save_cols as $col => $value) {
$write_sql[] = sprintf("%s=%s", $this->db->quoteIdentifier($col), $this->db->quote($value));
}

Loading…
Cancel
Save