cvs: smarty /libs/core core.read_cache_file.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1068138992@cvsserver> |
messju Thu Nov 6 12:16:32 2003 EDT
Modified files:
/smarty/libs/core core.read_cache_file.php
Log:
added $exp_time-parameter
Index: smarty/libs/core/core.read_cache_file.php
diff -u smarty/libs/core/core.read_cache_file.php:1.13 smarty/libs/core/core.read_cache_file.php:1.14
--- smarty/libs/core/core.read_cache_file.php:1.13 Sat Oct 11 04:55:53 2003
+++ smarty/libs/core/core.read_cache_file.php Thu Nov 6 12:16:32 2003
@@ -35,7 +35,7 @@
if (!empty($smarty->cache_handler_func)) {
// use cache_handler function
call_user_func_array($smarty->cache_handler_func,
- array('read', &$smarty, &$params['results'], $params['tpl_file'], $params['cache_id'], $params['compile_id']));
+ array('read', &$smarty, &$params['results'], $params['tpl_file'], $params['cache_id'], $params['compile_id'], null));
} else {
// use local cache file
$_auto_id = $smarty->_get_auto_id($params['cache_id'], $params['compile_id']);
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php