Fix: mis en commentaire un "return" car il affichait le résultat à l'écran
This commit is contained in:
parent
5a0a1828b6
commit
f70496ef3f
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user