X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.select_nat.php;h=57bd46f4a850458157f145186e026dc86acd2502;hb=3ababa9df038198c0b3590130385ff5363982a1c;hp=3c9b4d02f97b4393d4464d6e06c529d946dbcf24;hpb=5b2c99878fc75a6acffb2239e284f2cb1782142c;p=platal.git diff --git a/plugins/function.select_nat.php b/plugins/function.select_nat.php index 3c9b4d0..57bd46f 100644 --- a/plugins/function.select_nat.php +++ b/plugins/function.select_nat.php @@ -1,6 +1,6 @@ \n", ($valeur ? $sel : "")); + $html .= sprintf("\n", ($valeur ? $sel : "")); } while (list($my_id, $my_text) = $res->next()) { - $html .= sprintf("\n", $my_id, ($valeur==$my_id ? $sel : ""), $my_text); + $html .= sprintf("\n", $my_id, ($valeur==$my_id ? $sel : ""), $my_text?$my_text:" "); } 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 {