this is line 380 - 390PHP Code:return $params;
$set_cache = true;
//unset($parsers[$key]);
}
else
unset($parsers[$key]);
}
// take out the empty variables
$params = array();
parse_str($parameters, $parameters);
I am not a code person, Is there any way you can be more specific.


Reply With Quote
