From: x2000habouzit Date: Wed, 28 Jan 2004 16:44:25 +0000 (+0000) Subject: commit trop rapide X-Git-Tag: xorg/old~1922 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6c5bf058ffc7669a73f44c10b56c49de8cd1f739;p=platal.git commit trop rapide --- 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="") {