From 7fa146fd42aaf7e26b08ea3285620de8e15412a2 Mon Sep 17 00:00:00 2001 From: secretr Date: Mon, 7 Apr 2008 20:29:24 +0000 Subject: [PATCH] $tmp survives after HEADERF with a lot of luck - part II --- page.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/page.php b/page.php index 0bf73108b..a1c01c39f 100644 --- a/page.php +++ b/page.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/page.php,v $ -| $Revision: 1.15 $ -| $Date: 2008-04-07 15:51:55 $ +| $Revision: 1.16 $ +| $Date: 2008-04-07 20:29:24 $ | $Author: secretr $ | +----------------------------------------------------------------------------+ @@ -62,7 +62,7 @@ else require_once(FOOTERF); exit; } - if ($tmp['cachecontrol'] == TRUE) + if ($e107_core_custom_pages['cachecontrol'] == TRUE) { ob_start(); $ns -> tablerender($e107_core_custom_pages['title'], $e107_core_custom_pages['text']);