]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/include/rcube_shared.inc
Imported Upstream version 0.1.1
[roundcube.git] / program / include / rcube_shared.inc
index adef24ca1238db778304b57ce0505a8eb6796381..c889dc9e9f175daf40935944457fbb6454565d81 100644 (file)
@@ -15,7 +15,7 @@
  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
  +-----------------------------------------------------------------------+
 
- $Id: rcube_shared.inc 1078 2008-02-14 01:33:02Z till $
+ $Id: rcube_shared.inc 1255 2008-04-05 12:49:21Z thomasb $
 
 */
 
@@ -262,7 +262,10 @@ function send_modified_header($mdate, $etag=null)
     header("Etag: $etag");
   
   if ($iscached)
+    {
+    ob_end_clean();
     exit;
+    }
 }