alecpl
2011-08-03 feaf7b5ec64528b140219ef07e64ef823f20ba9d
- Remove temp debug code


1 files modified
3 ■■■■ changed files
program/include/rcube_contacts.php 3 ●●●● patch | view | raw | blame | history
program/include/rcube_contacts.php
@@ -581,9 +581,8 @@
        $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));
        }