X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.select_nat.php;h=57bd46f4a850458157f145186e026dc86acd2502;hb=5ae3e9a9b7e095956904a2bedbc0845af88434f0;hp=6b66f80ac4b803073e76840bf53e573e9b02f2d7;hpb=a1c554a92888e0b017ba362817a67cc2849a9154;p=platal.git diff --git a/plugins/function.select_nat.php b/plugins/function.select_nat.php index 6b66f80..57bd46f 100644 --- a/plugins/function.select_nat.php +++ b/plugins/function.select_nat.php @@ -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 {