Mise aux normes

This commit is contained in:
Rodolphe Quiedeville 2003-10-21 14:14:23 +00:00
parent f9ce59aee7
commit 4452bd67b7

View File

@ -89,7 +89,7 @@ if ($result)
while ($i < $num)
{
$objp = $db->fetch_object($i);
print "<option value=\"$objp->rowid\">$objp->label</option>";
print "<option value=\"$objp->rowid\">$objp->label</option><br>";
$i++;
}
}