X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.select_nat.php;h=6628003a5bdceced9f476322508448a3d81b6556;hb=baa62e58cdfb6839040e156ef91e2827bdde1600;hp=7c1b39ef7cd57b0a3234222a62fe9be57a52d687;hpb=50a40a33a496131e817df875607ea5542d096a64;p=platal.git diff --git a/plugins/function.select_nat.php b/plugins/function.select_nat.php index 7c1b39e..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: ?>