Mise aux normes
This commit is contained in:
parent
f9ce59aee7
commit
4452bd67b7
@ -89,7 +89,7 @@ if ($result)
|
|||||||
while ($i < $num)
|
while ($i < $num)
|
||||||
{
|
{
|
||||||
$objp = $db->fetch_object($i);
|
$objp = $db->fetch_object($i);
|
||||||
print "<option value=\"$objp->rowid\">$objp->label</option>";
|
print "<option value=\"$objp->rowid\">$objp->label</option><br>";
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user