cvs: smarty /libs/plugins compiler.assign.php function.config_load.php
[email protected] ("Messju Mohr")
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmessju1132994049@cvsserver> |
messju Sat Nov 26 03:34:09 2005 EDT
Modified files:
/smarty/libs/plugins compiler.assign.php function.config_load.php
Log:
added credits
http://cvs.php.net/diff.php/smarty/libs/plugins/compiler.assign.php?r1=1.3&r2=1.4&ty=u
Index: smarty/libs/plugins/compiler.assign.php
diff -u smarty/libs/plugins/compiler.assign.php:1.3 smarty/libs/plugins/compiler.assign.php:1.4
--- smarty/libs/plugins/compiler.assign.php:1.3 Tue Oct 11 12:22:56 2005
+++ smarty/libs/plugins/compiler.assign.php Sat Nov 26 03:34:08 2005
@@ -13,7 +13,8 @@
* Purpose: assign a value to a template variable
* @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>
+ * @author Monte Ohrt <monte at ohrt dot com> (initial author)
+ * @auther messju mohr <messju at lammfellpuschen dot de> (conversion to compiler function)
* @param string containing var-attribute and value-attribute
* @param Smarty_Compiler
*/
http://cvs.php.net/diff.php/smarty/libs/plugins/function.config_load.php?r1=1.25&r2=1.26&ty=u
Index: smarty/libs/plugins/function.config_load.php
diff -u smarty/libs/plugins/function.config_load.php:1.25 smarty/libs/plugins/function.config_load.php:1.26
--- smarty/libs/plugins/function.config_load.php:1.25 Tue Oct 11 12:22:56 2005
+++ smarty/libs/plugins/function.config_load.php Sat Nov 26 03:34:08 2005
@@ -14,6 +14,7 @@
* @link http://smarty.php.net/manual/en/language.function.config.load.php {config_load}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
+ * @author messju mohr <messju at lammfellpuschen dot de> (added use of resources)
* @param array Format:
* <pre>
* array('file' => required config file name,