diff options
author | alecpl <alec@alec.pl> | 2010-01-13 08:51:10 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-01-13 08:51:10 +0000 |
commit | fd9cca2f2b8d2ca0d7d4e8a283e78ed63953c02e (patch) | |
tree | fdef95f69c18747f39adc1476939444ac1f310e5 /program/include | |
parent | c8729e03979ea3213a0f4e19fea427bda3088d94 (diff) |
- fix for jQuery-1.4rc1: remove comment from ajax response
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_json_output.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php index 080bab631..afd900c45 100644 --- a/program/include/rcube_json_output.php +++ b/program/include/rcube_json_output.php @@ -218,7 +218,6 @@ class rcube_json_output $s_header_sent = true; send_nocacheing_headers(); header('Content-Type: text/plain; charset=' . $this->get_charset()); - print '/** ajax response ['.date('d/M/Y h:i:s O')."] **/\n"; } // unset default env vars |