fix _read_file comments

This commit is contained in:
mohrt
2004-12-28 17:24:16 +00:00
parent 028f2c2f92
commit b93ef92f07

View File

@@ -1701,12 +1701,9 @@ class Smarty
/** /**
* read in a file from line $start for $lines. * read in a file
* read the entire file if $start and $lines are null.
* *
* @param string $filename * @param string $filename
* @param integer $start
* @param integer $lines
* @return string * @return string
*/ */
function _read_file($filename) function _read_file($filename)