diff --git a/phpgwapi/inc/class.nextmatchs.inc.php b/phpgwapi/inc/class.nextmatchs.inc.php index 6613dba529..5f40f8dadb 100644 --- a/phpgwapi/inc/class.nextmatchs.inc.php +++ b/phpgwapi/inc/class.nextmatchs.inc.php @@ -251,7 +251,7 @@ 'filter' => $this->_filter, 'q_field' => $this->_qfield, 'sort' => $this->_sort, - 'query' => urlencode(stripslashes(@$GLOBALS['query'])) + 'query' => stripslashes(@$GLOBALS['query']) ); $extravars = $this->split_extras($extravars,$extradata); @@ -297,7 +297,7 @@ 'filter' => $this->_filter, 'q_field' => $this->_qfield, 'sort' => $this->_sort, - 'query' => urlencode(stripslashes(@$GLOBALS['query'])) + 'query' => stripslashes(@$GLOBALS['query']) ); $extravars = $this->split_extras($extravars,$extradata);