@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | /** |
15 | 15 | * Get SQL query part for filter used |
16 | 16 | * @param Array $filter the filter |
17 | - * @return Array the SQL part |
|
17 | + * @return string the SQL part |
|
18 | 18 | */ |
19 | 19 | public function getFilter($filter = array(),$where = false,$and = false) { |
20 | 20 | global $globalFilter, $globalStatsFilters, $globalFilterName, $globalDBdriver; |
@@ -762,10 +762,6 @@ discard block |
||
762 | 762 | * |
763 | 763 | * @param String $fammarine_id the ID from flightaware |
764 | 764 | * @param String $ident the flight ident |
765 | - * @param String $aircraft_icao the aircraft type |
|
766 | - * @param String $departure_airport_icao the departure airport |
|
767 | - * @param String $arrival_airport_icao the arrival airport |
|
768 | - * @return String success or false |
|
769 | 765 | * |
770 | 766 | */ |
771 | 767 | public function addLiveMarineData($fammarine_id = '', $ident = '', $latitude = '', $longitude = '', $heading = '', $groundspeed = '', $date = '', $putinarchive = false, $mmsi = '',$type = '',$typeid = '',$imo = '', $callsign = '',$arrival_code = '',$arrival_date = '',$status = '',$noarchive = false,$format_source = '', $source_name = '', $over_country = '') |
@@ -46,6 +46,10 @@ |
||
46 | 46 | |
47 | 47 | } |
48 | 48 | |
49 | + /** |
|
50 | + * @param string $id |
|
51 | + * @param string $ident |
|
52 | + */ |
|
49 | 53 | public function get_Schedule($id,$ident) { |
50 | 54 | global $globalDebug, $globalFork, $globalSchedulesFetch; |
51 | 55 | // Get schedule here, so it's done only one time |