cvs: smarty /libs Smarty_Compiler.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1056446847@cvsserver> |
messju Tue Jun 24 05:27:27 2003 EDT
Modified files:
/smarty/libs Smarty_Compiler.class.php
Log:
fixed value of _cacheable_state on compiler-startup
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.252 smarty/libs/Smarty_Compiler.class.php:1.253
--- smarty/libs/Smarty_Compiler.class.php:1.252 Mon Jun 23 17:31:32 2003
+++ smarty/libs/Smarty_Compiler.class.php Tue Jun 24 05:27:27 2003
@@ -39,7 +39,7 @@
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.252 2003/06/23 21:31:32 mohrt Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.253 2003/06/24 09:27:27 messju Exp $ */
/**
* Template compiling class
* @package Smarty
@@ -80,7 +80,7 @@
var $_obj_params_regexp = null;
var $_obj_call_regexp = null;
- var $_cacheable_state = 0;
+ var $_cacheable_state = true;
var $_nocache_count = 0;
var $_cache_serial = null;
var $_cache_include = null;
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php