HEy, i’m trying to add a serach airline tab, but i got it out but i seem can’t get it working.
Here’s the pecie from the module’s
if($this->post->airline != '')
{
$params = array('c.airline' => $this->post->airline);
}
Is there something wrong with this code?