summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-03 09:32:45 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-03 09:32:45 +0000
commiteaefb4114abb8d0b0fc9044952d4bb410714a451 (patch)
tree8c53f0c9738f0b31bf2b0e1600baf4ceee7839f4
parentebc3457ab218f488e2789ef0af095cd88ec0b45c (diff)
- Remove temp debug code
git-svn-id: https://svn.roundcube.net/trunk@5011 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/include/rcube_contacts.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php
index cd155aada..3ad53a6db 100644
--- a/roundcubemail/program/include/rcube_contacts.php
+++ b/roundcubemail/program/include/rcube_contacts.php
@@ -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));
}