A "reset" was missing

This commit is contained in:
Loïc Chapeaux
2002-05-01 19:46:27 +00:00
parent 4b99464184
commit 067516570c

View File

@@ -130,6 +130,7 @@ if ($col_rs && mysql_num_rows($col_rs) > 0) {
<select name="destination[<?php echo htmlspecialchars($row['Field']); ?>]" onchange="this.form.submit(); ">
<?php
echo "\n";
reset($selectboxall);
while (list($key, $value) = each($selectboxall)) {
$myfield = $row['Field'];
echo ' '