Fix: mis en commentaire un "return" car il affichait le résultat à l'écran

This commit is contained in:
Regis Houssin 2006-03-01 13:02:29 +00:00
parent 5a0a1828b6
commit f70496ef3f

View File

@ -474,7 +474,7 @@ class Form
} }
} }
if ($htmlname != 'none') print '</select>'; if ($htmlname != 'none') print '</select>';
return 1; // return 1; // affiche 1 à l'écran !
} }
else else
{ {