Modif mineure
This commit is contained in:
parent
41e0e846ff
commit
79fa32551f
@ -256,7 +256,8 @@ class Form {
|
||||
{
|
||||
$array[0] = "-";
|
||||
}
|
||||
sort ($array);
|
||||
reset($array);
|
||||
|
||||
while (list($key, $value) = each ($array))
|
||||
{
|
||||
print "<option value=\"$key\" ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user