When I add the code nothing shows up...
Im guessing I need to add something into the ACARSDate.class.php file?
Maybe something like:
public static function getSchedulesByDistance($distance, $type, $onlyenabled=true, $start='', $limit='')
{
if($type == '')
$type = '>';
$params = array('s.distance' => trim($type).' '.$distance);
if($onlyenabled)
$params['s.enabled'] = '1';
return self::findSchedules($params, $limit, $start);
}
But when I add that it gives me an error on the site and kACARS gives me about 10 error messages saying it lost connection to the site.. ..so im not gonna mess around with it myself unless no one is flying
Thanks,
James