From b93ef92f07ccfdbca2a139cea49342f5ac21c9eb Mon Sep 17 00:00:00 2001 From: mohrt Date: Tue, 28 Dec 2004 17:24:16 +0000 Subject: [PATCH] fix _read_file comments --- libs/Smarty.class.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)