X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.select_nat.php;h=bc0401c8dff173498f6f25ef30d8b507bb36b9ce;hb=c2a1af5769d76f0a44a45c159886001e992db886;hp=c581722962ff2673cbd2cb5e111bf8f407e8615e;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/plugins/function.select_nat.php b/plugins/function.select_nat.php index c581722..bc0401c 100644 --- a/plugins/function.select_nat.php +++ b/plugins/function.select_nat.php @@ -1,6 +1,6 @@ xdb->iterRow($sql); + $res = XDB::iterRow($sql); $sel = ' selected="selected"'; // on ajoute une entree vide si $pad est vrai @@ -45,4 +44,5 @@ function smarty_function_select_nat($params, &$smarty) { return select_nat($params['valeur'], $pad); } +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>