From 6c5bf058ffc7669a73f44c10b56c49de8cd1f739 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 28 Jan 2004 16:44:25 +0000 Subject: [PATCH] commit trop rapide --- include/auto.prepend.inc.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/auto.prepend.inc.php b/include/auto.prepend.inc.php index bda48d1..cde6ae4 100644 --- a/include/auto.prepend.inc.php +++ b/include/auto.prepend.inc.php @@ -29,10 +29,8 @@ function _new_page($type, $tpl_name, $tpl_head, $min_auth, $popup=false, $admin= if($popup) $page->assign('popup_enable', true); - $page->compile_check=0; - $page->caching=0; -# $page->compile_check=true; -# $page->caching=true; + $page->compile_check=true; + $page->caching=true; } function new_skinned_page($tpl_name, $min_auth, $popup=false, $tpl_head="") { -- 2.1.4