commit trop rapide
authorx2000habouzit <x2000habouzit>
Wed, 28 Jan 2004 16:44:25 +0000 (16:44 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 28 Jan 2004 16:44:25 +0000 (16:44 +0000)
include/auto.prepend.inc.php

index bda48d1..cde6ae4 100644 (file)
@@ -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="") {