Index: includes/bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.143 diff -u -p -r1.143 bootstrap.inc --- includes/bootstrap.inc 21 Dec 2006 22:20:19 -0000 1.143 +++ includes/bootstrap.inc 30 Dec 2006 10:21:45 -0000 @@ -489,7 +489,6 @@ function drupal_page_header() { header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", FALSE); - header("Pragma: no-cache"); } /**