A "reset" was missing
This commit is contained in:
@@ -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(); ">
|
<select name="destination[<?php echo htmlspecialchars($row['Field']); ?>]" onchange="this.form.submit(); ">
|
||||||
<?php
|
<?php
|
||||||
echo "\n";
|
echo "\n";
|
||||||
|
reset($selectboxall);
|
||||||
while (list($key, $value) = each($selectboxall)) {
|
while (list($key, $value) = each($selectboxall)) {
|
||||||
$myfield = $row['Field'];
|
$myfield = $row['Field'];
|
||||||
echo ' '
|
echo ' '
|
||||||
|
Reference in New Issue
Block a user