diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-02 17:50:32 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-02 17:50:32 +0100 |
commit | 9d4d48ad4c7ff07b7cd05ad7abb38b9baa2a013b (patch) | |
tree | c547d7813c64c042b2d8bb31a15a7826191b5d47 /program/lib | |
parent | 96a7f6cc1b55adc98321dffe7c6a82a67b34f79f (diff) |
Remove debug code
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/Roundcube/rcube_imap_cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_imap_cache.php b/program/lib/Roundcube/rcube_imap_cache.php index 560b3b843..81df07641 100644 --- a/program/lib/Roundcube/rcube_imap_cache.php +++ b/program/lib/Roundcube/rcube_imap_cache.php @@ -498,7 +498,7 @@ class rcube_imap_cache } $this->db->set_option('ignore_key_errors', true); -console($msg); + // insert new record $res = $this->db->query( "INSERT INTO {$this->messages_table}" |