|
@@ 604-604 (lines=1) @@
|
| 601 |
|
if($recent_ident == "") |
| 602 |
|
{ |
| 603 |
|
if ($globalDebug) echo "\o/ Add ".$this->all_flights[$id]['ident']." in archive DB : "; |
| 604 |
|
if ($this->all_flights[$id]['departure_airport'] == "") { $this->all_flights[$id]['departure_airport'] = "NA"; } |
| 605 |
|
if ($this->all_flights[$id]['arrival_airport'] == "") { $this->all_flights[$id]['arrival_airport'] = "NA"; } |
| 606 |
|
//adds the spotter data for the archive |
| 607 |
|
$ignoreImport = false; |
|
@@ 738-738 (lines=1) @@
|
| 735 |
|
} |
| 736 |
|
} |
| 737 |
|
$ignoreImport = false; |
| 738 |
|
if ($this->all_flights[$id]['departure_airport'] == "") { $this->all_flights[$id]['departure_airport'] = "NA"; } |
| 739 |
|
if ($this->all_flights[$id]['arrival_airport'] == "") { $this->all_flights[$id]['arrival_airport'] = "NA"; } |
| 740 |
|
|
| 741 |
|
foreach($globalAirportIgnore as $airportIgnore) { |