Fixes deprecated features in PHP 5.3.x.
[platal.git] / plugins / function.select_nat.php
index 6b66f80..57bd46f 100644 (file)
@@ -39,7 +39,7 @@ function select_nat($valeur, $pad=false) {
     return $html;
 }
 
-function smarty_function_select_nat($params, &$smarty) {
+function smarty_function_select_nat($params, $smarty) {
     if (empty($params['pad']) || !($params['pad'])) {
              $pad = false;
     } else {