diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-13 08:51:10 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-13 08:51:10 +0000 |
| commit | b690c6dc17a5c450a52e039b73c167b0ceaeb9c9 (patch) | |
| tree | 5657916983ad4df0115f54d44234e72c3d723526 | |
| parent | 7a1ea2d8aba45a6a803ed36368f9675d12b1f256 (diff) | |
- fix for jQuery-1.4rc1: remove comment from ajax response
git-svn-id: https://svn.roundcube.net/trunk@3202 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_json_output.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_json_output.php b/roundcubemail/program/include/rcube_json_output.php index 080bab631..afd900c45 100644 --- a/roundcubemail/program/include/rcube_json_output.php +++ b/roundcubemail/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 |
