diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index daaf64e3..35d07969 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -1701,12 +1701,9 @@ class Smarty /** - * read in a file from line $start for $lines. - * read the entire file if $start and $lines are null. + * read in a file * * @param string $filename - * @param integer $start - * @param integer $lines * @return string */ function _read_file($filename)