Closed pyrog closed 6 years ago
Have you tested this change before submitting it? Why have you added this temporary file? "flightlog/.~lock.aerolist.csv" Please correct and rebase.
Why have you added this temporary file? "flightlog/.~lock.aerolist.csv"
It was a mistake 😉
Rebase done
Where are u using this new csv file? Please validate your code before submitting a pull request.
Where are u using this new csv file? Please validate your code before submitting a pull request.
I will modify aerolist.php
to load this file. It's not finish yet 😉
Ok so please commit only when you have done & validated all the change. There should be only one commit for a given change.
Flightlog is no more supported.
Took datas from aerolist.php, clean them, add column Country (took ICAO codes), sort datas by country and by full name.
The idea is to separate code from datas…