X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fchangeset_r3202.patch;h=5b889ee0d07665ce88f3f9c136aa0ce6270af327;hb=1ed928c3e548903800dcbe2fab131ae265fe6166;hp=2b7b94063f46d8e9ff9570b1c5c48823412d7f02;hpb=5d60014828731869a502ce702478fd81f39c720b;p=roundcube.git diff --git a/debian/patches/changeset_r3202.patch b/debian/patches/changeset_r3202.patch index 2b7b940..5b889ee 100644 --- a/debian/patches/changeset_r3202.patch +++ b/debian/patches/changeset_r3202.patch @@ -1,12 +1,14 @@ Compatibility with jQuery 1.4. -Index: /trunk/roundcubemail/program/include/rcube_json_output.php -=================================================================== ---- /trunk/roundcubemail/program/include/rcube_json_output.php (revision 3175) -+++ /trunk/roundcubemail/program/include/rcube_json_output.php (revision 3202) -@@ -219,5 +219,4 @@ - send_nocacheing_headers(); - header('Content-Type: text/plain; charset=' . $this->get_charset()); -- print '/** ajax response ['.date('d/M/Y h:i:s O')."] **/\n"; - } - +Index: b/program/include/rcube_json_output.php +=================================================================== +--- a/program/include/rcube_json_output.php 2010-07-17 17:33:24.000000000 +0200 ++++ b/program/include/rcube_json_output.php 2010-07-17 17:33:24.000000000 +0200 +@@ -218,7 +218,6 @@ + $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