/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
I get this... and I was informed that if your alliance stops having a hub in that city, it won't let you edit the route but it will let you close it.I'm not in an alliance.
Sanosuke!
apologies for my length delay in getting to this, it's been ungodly busy here...Thanks for the updates... I'll drop a route on each aircraft as soon as I'm able to, hopefully that will fix it...?
Anyways. Aircraft ID 3909 appears to have (due to a database change on DC-9 family) been pushed past 24.01 hours, rendering all routes it flies uneditable until that is fixed. apologies about this, but we believe that (unlike the airport database), the aircraft database is less likely to change thereby we take the risk that if it does change, it may cause routes to be locked in.
B727s had a slight adjustment to their speed IIRC, which may be (on what appears to be a very tight schedule) what is locking up the routes for aircraft 9341.
Apologies on both counts, however when possible we do our best to clear out inaccurate data in the aircraft database. :oops:
I had thought that this was due to these updates, but unfortunately (apologies again) could not get to it sooner then this.
Thanks for the updates... I'll drop a route on each aircraft as soon as I'm able to, hopefully that will fix it...?