Bugs / Unable to modify lease offer
« on: October 08, 2008, 11:31:27 am »When trying to modify the price for an a/c offered for lease, an error occurs:
Unknown column 'lease_to' in 'field list'
(script lease_ac.php)
/* * 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; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
That means, you check the aircraft you DON'T want to view. Yes, kind of backwards, and I hope the admins can switch it around.
Would this do?I think those would do very nicely.
So does everyone just charge a buttload or what? What does everyone have theirs set to?
does charging for drinks or food cause you to have to lower fares to stay competitive (keeping a heavy load factor)?
now I'm faced with a 600 million euro debt that I'm pretty sure I could not have slumped into after 12 hours of inactivity.I think clock stopped during the downtime, but that was only a couple of hours. More likely month changed and you (along with every competitor) payed for monthly expenses (gates, maintenance, leasing). Do check the finance report. It should shed some light on what happened.
We reserve the right to close login at any time basically.
well done!! really well done! a good refresh of the old theme, very intersting the option Research Routes, i wait it for a long time....just one question, i don't found the Google map routes....