projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a32046a
)
commit trop rapide
author
x2000habouzit
<x2000habouzit>
Wed, 28 Jan 2004 16:44:25 +0000
(16:44 +0000)
committer
x2000habouzit
<x2000habouzit>
Wed, 28 Jan 2004 16:44:25 +0000
(16:44 +0000)
include/auto.prepend.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/auto.prepend.inc.php
b/include/auto.prepend.inc.php
index
bda48d1
..
cde6ae4
100644
(file)
--- 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="") {