mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
- removed unused code in compileAllTemplates()
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
21/03/2010
|
||||
- removed unused code in compileAllTemplates()
|
||||
|
||||
19/03/2010
|
||||
- bugfix for multiple {/block} tags on same line
|
||||
|
||||
|
@@ -57,10 +57,6 @@ class Smarty_Internal_Utility {
|
||||
$_mtime = explode(" ", $_mtime);
|
||||
return (double)($_mtime[1]) + (double)($_mtime[0]);
|
||||
}
|
||||
// set default directory
|
||||
if ($dir_name === null) {
|
||||
$dir_name = $this->smarty->template_dir;
|
||||
}
|
||||
// switch off time limit
|
||||
if (function_exists('set_time_limit')) {
|
||||
@set_time_limit($time_limit);
|
||||
|
Reference in New Issue
Block a user