cvs: smarty /libs/plugins compiler.assign.php
[email protected] ("Messju Mohr") Tue, 29 May 2007 10:20:27 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmessju1180434027@cvsserver> |
messju Tue May 29 10:20:27 2007 UTC
Modified files:
/smarty/libs/plugins compiler.assign.php
Log:
fixed typo
http://cvs.php.net/viewvc.cgi/smarty/libs/plugins/compiler.assign.php?r1=1.4&r2=1.5&diff_format=u
Index: smarty/libs/plugins/compiler.assign.php
diff -u smarty/libs/plugins/compiler.assign.php:1.4 smarty/libs/plugins/compiler.assign.php:1.5
--- smarty/libs/plugins/compiler.assign.php:1.4 Sat Nov 26 08:34:08 2005
+++ smarty/libs/plugins/compiler.assign.php Tue May 29 10:20:26 2007
@@ -14,7 +14,7 @@
* @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com> (initial author)
- * @auther messju mohr <messju at lammfellpuschen dot de> (conversion to compiler function)
+ * @author messju mohr <messju at lammfellpuschen dot de> (conversion to compiler function)
* @param string containing var-attribute and value-attribute
* @param Smarty_Compiler
*/