/* * 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; } } } } }
There are no gates anywhere, not even russia!!!
Thanks for your input. We are resetting 24 Dec, 74, so not that far away.
oh i thought it was 24 dec 75 :o
Quote from: "a1b23"There are no gates anywhere, not even russia!!!
There are 61 airports in Russia, 57 have gates...
Code Airport Name Passengers Gates Cost Country
FCO Rome Leonardo Da Vinci 32947304 1 250000 Italy
PMI Palma de Mallorca 23227983 1 250000 Spain
MAN Manchester 22442855 1 250000 United Kingdom
CPH Copenhagen - Köbenhavn 21409526 1 250000 Denmark
DUB Dublin 21100000 5 250000 Ireland
TFS Tenerife Sur 8639341 32 150000 Spain
ACE Lanzarote 5625580 58 150000 Spain
LCA Larnaca 5224905 39 150000 Cyprus
LED Pulkovo-2 5054504 54 150000 Russian Federation
Quote from: "Scandalian Airlines"Quote from: "a1b23"There are no gates anywhere, not even russia!!!
There are 61 airports in Russia, 57 have gates...
I mean airports with over 5M