X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fchangeset_r3202.patch;fp=debian%2Fpatches%2Fchangeset_r3202.patch;h=5b889ee0d07665ce88f3f9c136aa0ce6270af327;hb=a125b2558ca359e6eacc6326816edac68b1b93a3;hp=645734beb28dc823301c6438653ab8c2032ff520;hpb=1b1e27d400eb7041038bd4996f214fd85e1862c4;p=roundcube.git diff --git a/debian/patches/changeset_r3202.patch b/debian/patches/changeset_r3202.patch index 645734b..5b889ee 100644 --- a/debian/patches/changeset_r3202.patch +++ b/debian/patches/changeset_r3202.patch @@ -1,12 +1,14 @@ Compatibility with jQuery 1.4. -Index: roundcubemail/program/include/rcube_json_output.php -=================================================================== ---- roundcubemail/program/include/rcube_json_output.php (revision 3175) -+++ 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