Skip to content

Commit

Permalink
Fix typo (6 => 16) in csv.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyung committed Nov 5, 2023
1 parent 1e770b8 commit 04bcb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</dl>
<?php echo _('The final four fields contain internal OpenFlights IDs (OID) for ensuring accurate imports. They are generated automatically when exporting, but should <i>not</i> be provided if creating or importing your own data, or altering the airline, airport or plane fields of exported data.'); ?>
<dl>
<dt><?php echo _('6. From_OID'); ?></dt>
<dt><?php echo _('16. From_OID'); ?></dt>
<dd><?php echo _('Internal OpenFlights airport ID. <font color="blue">Overrides "From" if provided.</font>'); ?></dd>
<dt><?php echo _('17. To_OID'); ?></dt>
<dd><?php echo _('Internal OpenFlights airport ID. <font color="blue">Overrides "To" if provided.</font>'); ?></dd>
Expand Down

0 comments on commit 04bcb49

Please sign in to comment.