[Nextcms-commits] CVS: nextcms processor.php,1.5,1.6
Status: Alpha
Brought to you by:
andrejb
|
From: Andrej B. <an...@us...> - 2002-05-28 00:48:51
|
Update of /cvsroot/nextcms/nextcms
In directory usw-pr-cvs1:/tmp/cvs-serv23808
Modified Files:
processor.php
Log Message:
Index: processor.php
===================================================================
RCS file: /cvsroot/nextcms/nextcms/processor.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** processor.php 27 May 2002 23:50:10 -0000 1.5
--- processor.php 28 May 2002 00:48:48 -0000 1.6
***************
*** 12,16 ****
// disable cache for developing
! $cache->is_cached = false;
if ($cache->is_cached) {
--- 12,16 ----
// disable cache for developing
! // $cache->is_cached = false;
if ($cache->is_cached) {
|