PHP Code:
                            return $params;
                        
$set_cache true;
                        
//unset($parsers[$key]);
                    
}
                    else 
                        unset(
$parsers[$key]);
                }
                
                
// take out the empty variables
                
$params = array();
                
parse_str($parameters$parameters); 
this is line 380 - 390

I am not a code person, Is there any way you can be more specific.