|
@@ 345-345 (lines=1) @@
|
| 342 |
|
$temp_array['squawk'] = $row['squawk']; |
| 343 |
|
if ($row['squawk'] != '' && isset($temp_array['country_iso2'])) { |
| 344 |
|
$temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$temp_array['country_iso2']); |
| 345 |
|
if ($temp_array['squawk_usage'] == '' && isset($globalSquawkCountry)) $temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$globalSquawkCountry); |
| 346 |
|
} elseif ($row['squawk'] != '' && isset($temp_array['over_country'])) { |
| 347 |
|
$temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$temp_array['over_country']); |
| 348 |
|
if ($temp_array['squawk_usage'] == '' && isset($globalSquawkCountry)) $temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$globalSquawkCountry); |
|
@@ 348-348 (lines=1) @@
|
| 345 |
|
if ($temp_array['squawk_usage'] == '' && isset($globalSquawkCountry)) $temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$globalSquawkCountry); |
| 346 |
|
} elseif ($row['squawk'] != '' && isset($temp_array['over_country'])) { |
| 347 |
|
$temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$temp_array['over_country']); |
| 348 |
|
if ($temp_array['squawk_usage'] == '' && isset($globalSquawkCountry)) $temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$globalSquawkCountry); |
| 349 |
|
} elseif ($row['squawk'] != '' && isset($globalSquawkCountry)) $temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$globalSquawkCountry); |
| 350 |
|
} |
| 351 |
|
|
|
@@ 349-349 (lines=1) @@
|
| 346 |
|
} elseif ($row['squawk'] != '' && isset($temp_array['over_country'])) { |
| 347 |
|
$temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$temp_array['over_country']); |
| 348 |
|
if ($temp_array['squawk_usage'] == '' && isset($globalSquawkCountry)) $temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$globalSquawkCountry); |
| 349 |
|
} elseif ($row['squawk'] != '' && isset($globalSquawkCountry)) $temp_array['squawk_usage'] = $this->getSquawkUsage($row['squawk'],$globalSquawkCountry); |
| 350 |
|
} |
| 351 |
|
|
| 352 |
|
$temp_array['query_number_rows'] = $num_rows; |