Fix: mis en commentaire un "return" car il affichait le rsultat l'cran
This commit is contained in:
parent
5a0a1828b6
commit
f70496ef3f
@ -474,7 +474,7 @@ class Form
|
||||
}
|
||||
}
|
||||
if ($htmlname != 'none') print '</select>';
|
||||
return 1;
|
||||
// return 1; // affiche 1 à l'écran !
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user