X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.select_nat.php;h=6628003a5bdceced9f476322508448a3d81b6556;hb=84868ee91abd0f01c9ca7811e37c346ae79972ed;hp=c581722962ff2673cbd2cb5e111bf8f407e8615e;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/plugins/function.select_nat.php b/plugins/function.select_nat.php index c581722..6628003 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: ?>