/*
* 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;
}
}
}
}
}
Print Page - Gate Prices
Airline Mogul Forum
Airline Mogul => Bugs => Topic started by: Japanair on February 15, 2008, 04:30:13 am
-
Charlotte: CLT Charlotte 33,165,688 0 250,000 142,818 United States
Newark: EWR Newark 33,033,569 0 300,000 0 United States
Look at the gate prices and the passenger numbers. Charlotte has a cheaper gate price than Newark even though it has more passengers.
-
Gate prices will be adjusted between rounds. CLT will become a 300k airport like EWR.
-
I see...
Was just browsing N. America when I spotted this...
-
Check out Mashhad (MHD):
250k, but only 3m passengers
-
Yes.... the prices and the pax are messed up because of the pax updates...
Sorry but I am afraid there isn't much we culd do right now :cry:
-
does charlotte really have that much passengers? Never heard of such a airport that is so busy and in north carolina...
-
does charlotte really have that much passengers? Never heard of such a airport that is so busy and in north carolina...
Check this site for 2006 data (those from last year have been removed from the site. Maybe it needs some rework :roll: )
http://www.charmeck.org/NR/rdonlyres/effifullxuqrm5agfcinsv3d5ljop5gyldctbquylma5quuk2er4av75cafu4abk2iichsniamg3w2tp4mtqeraz4ve/fastfacts0108web.pdf
-
does charlotte really have that much passengers? Never heard of such a airport that is so busy and in north carolina...
Charlotte is a hub for... i wanna say US Air, but i could be off. it is a reasonably big hub too, and yes. those pax numbers are accurate.