[Vtigercrm-commits] [vtiger-commits] r5927 - /vtigercrm/trunk/Smarty/libs/Smarty.class.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 12 08:53:34 EDT 2006


Author: saraj
Date: Fri May 12 06:53:29 2006
New Revision: 5927

Log:
Reverted to Smarty Default Specifications - Ahmed

Modified:
    vtigercrm/trunk/Smarty/libs/Smarty.class.php

Modified: vtigercrm/trunk/Smarty/libs/Smarty.class.php
==============================================================================
--- vtigercrm/trunk/Smarty/libs/Smarty.class.php (original)
+++ vtigercrm/trunk/Smarty/libs/Smarty.class.php Fri May 12 06:53:29 2006
@@ -157,7 +157,7 @@
      * </ul>
      * @var integer
      */
-    var $caching         =  1;
+    var $caching         =  0;
 
     /**
      * The name of the directory for cache files.
@@ -175,7 +175,7 @@
      *
      * @var integer
      */
-    var $cache_lifetime  =  5;
+    var $cache_lifetime  =  180;
 
     /**
      * Only used when $caching is enabled. If true, then If-Modified-Since headers
@@ -185,7 +185,7 @@
      *
      * @var boolean
      */
-    var $cache_modified_check = true;
+    var $cache_modified_check = false;
 
     /**
      * This determines how Smarty handles "<?php ... ?>" tags in templates.





More information about the vtigercrm-commits mailing list