X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.select_nat.php;h=57bd46f4a850458157f145186e026dc86acd2502;hb=71ebd57d64102a39896d47873514a42a26c7201e;hp=6b66f80ac4b803073e76840bf53e573e9b02f2d7;hpb=5e1513f67936a6c6866113d260746711af4ea2ee;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 {