diff --git a/libs/plugins/compiler.assign.php b/libs/plugins/compiler.assign.php index 1cf87355..be172985 100644 --- a/libs/plugins/compiler.assign.php +++ b/libs/plugins/compiler.assign.php @@ -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 + * @author Monte Ohrt (initial author) + * @auther messju mohr (conversion to compiler function) * @param string containing var-attribute and value-attribute * @param Smarty_Compiler */ diff --git a/libs/plugins/function.config_load.php b/libs/plugins/function.config_load.php index 97adbdc6..db89f638 100644 --- a/libs/plugins/function.config_load.php +++ b/libs/plugins/function.config_load.php @@ -14,6 +14,7 @@ * @link http://smarty.php.net/manual/en/language.function.config.load.php {config_load} * (Smarty online manual) * @author Monte Ohrt + * @author messju mohr (added use of resources) * @param array Format: *
  * array('file' => required config file name,