]> git.sur5r.net Git - contagged/blobdiff - smarty/plugins/function.assign_debug_info.php
Smarty update to 2.6.14
[contagged] / smarty / plugins / function.assign_debug_info.php
index c281ce879d3a52b5a0aeae9ef416fa1857319961..654049876a92f6797ce0773202c6e521426ca17d 100644 (file)
@@ -11,6 +11,7 @@
  * Type:     function<br>
  * Name:     assign_debug_info<br>
  * Purpose:  assign debug info to the template<br>
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param array unused in this plugin, this plugin uses {@link Smarty::$_config},
  *              {@link Smarty::$_tpl_vars} and {@link Smarty::$_smarty_debug_info}
  * @param Smarty
@@ -24,7 +25,7 @@ function smarty_function_assign_debug_info($params, &$smarty)
         ksort($config_vars);
         $smarty->assign("_debug_config_keys", array_keys($config_vars));
         $smarty->assign("_debug_config_vals", array_values($config_vars));
-    }   
+    }
     
     $included_templates = $smarty->_smarty_debug_info;