Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
function plogger_init_search($arr) {
global $PLOGGER_DBH;
$arr['searchterms'] = urldecode(urldecode($arr['searchterms']));
$arr['searchterms'] = urldecode($arr['searchterms']);
$arr['searchterms'] = str_replace('%25', '%', $arr['searchterms']);
1 to 9 of 9