diff options
Diffstat (limited to 'library/Smarty/README')
-rw-r--r-- | library/Smarty/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/Smarty/README b/library/Smarty/README index 167462823..6367f030e 100644 --- a/library/Smarty/README +++ b/library/Smarty/README @@ -1,4 +1,4 @@ -Smarty 3.1.11 +Smarty 3.1.21 Author: Monte Ohrt <monte at ohrt dot com > Author: Uwe Tews @@ -120,7 +120,7 @@ $smarty->unregisterObject($object_name) $smarty->unregisterFilter($type, $function_name) $smarty->unregisterResource($resource_type) -$smarty->compileAllTemplates($extention = '.tpl', $force_compile = false, $time_limit = 0, $max_errors = null) +$smarty->compileAllTemplates($extension = '.tpl', $force_compile = false, $time_limit = 0, $max_errors = null) $smarty->clearCompiledTemplate($resource_name = null, $compile_id = null, $exp_time = null) $smarty->testInstall() |