Code

Updated smarty to 1.0.9
[gosa.git] / gosa-core / include / smarty / plugins / function.math.php
index 197f4df1453e922054d349c385747e03a579b694..cd90020a43d0850363041444f9fa19e736fadc01 100644 (file)
  *          (Smarty online manual)
  * @author   Monte Ohrt <monte at ohrt dot com>
  * @param array $params parameters
- * @param object $smarty Smarty object
  * @param object $template template object
  * @return string|null
  */
-function smarty_function_math($params, $smarty, $template)
+function smarty_function_math($params, $template)
 {
     // be sure equation parameter is present
     if (empty($params['equation'])) {