update docs for fetching only timestamp with custom template source functions

This commit is contained in:
mohrt
2001-10-26 15:42:15 +00:00
parent 4190a446aa
commit 497b97d05a
3 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -1225,7 +1225,7 @@ function _run_mod_handler()
{
$results = $this->_read_file($cache_file);
// get the templates involved with this cache from the first line
// get the files involved with this cache from the first line
$contents = explode("\n", $results, 2);
if (substr($contents[0], 0, 24) == 'SMARTY_CACHE_INFO_HEADER') {