[Vtigercrm-commits] [vtiger-commits] r5687 - /vtigercrm/trunk/Smarty/libs/Smarty.class.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 3 02:35:32 EDT 2006
Author: richie
Date: Wed May 3 00:35:28 2006
New Revision: 5687
Log:
@ added to 1234 and 1217 lines
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 Wed May 3 00:35:28 2006
@@ -1212,7 +1212,7 @@
header('HTTP/1.1 304 Not Modified');
} else {
- header('Last-Modified: '.$_gmt_mtime);
+ @header('Last-Modified: '.$_gmt_mtime);
echo $_smarty_results;
}
} else {
@@ -1231,7 +1231,7 @@
} else {
$this->_cache_info['template'][$resource_name] = true;
if ($this->cache_modified_check && $display) {
- header('Last-Modified: '.gmdate('D, d M Y H:i:s', time()).' GMT');
+ @header('Last-Modified: '.gmdate('D, d M Y H:i:s', time()).' GMT');
}
}
}
More information about the vtigercrm-commits
mailing list