Update extension_imports.php (#5356)

start data on row 2
This commit is contained in:
chansizzle 2020-07-15 16:53:13 -06:00 committed by GitHub
parent f357131e53
commit 1407e2d214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -393,7 +393,7 @@
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <select class='formfld' name='from_row'>\n";
$i=1;
$i=2;
while($i<=99) {
$selected = ($i == $from_row) ? "selected" : null;
echo " <option value='$i' ".$selected.">$i</option>\n";
@ -454,4 +454,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>