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 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)