cvs: smarty /libs Smarty.class.php
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1104254659@cvsserver> |
mohrt Tue Dec 28 12:24:19 2004 EDT
Modified files:
/smarty/libs Smarty.class.php
Log:
fix _read_file comments
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.504&r2=1.505&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.504 smarty/libs/Smarty.class.php:1.505
--- smarty/libs/Smarty.class.php:1.504 Fri Oct 1 11:26:44 2004
+++ smarty/libs/Smarty.class.php Tue Dec 28 12:24:16 2004
@@ -30,7 +30,7 @@
* @version 2.6.6-dev
*/
-/* $Id: Smarty.class.php,v 1.504 2004/10/01 15:26:44 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.505 2004/12/28 17:24:16 mohrt Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -1701,12 +1701,9 @@
/**
- * 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)
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php