Index: trunk/core/kernel/utility/http_query.php =================================================================== diff -u -N -r4576 -r4614 --- trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 4576) +++ trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 4614) @@ -749,6 +749,8 @@ } else { +// $value = iconv('UTF-8', 'windows-1257', $value); + if( get_magic_quotes_gpc() ) $value = stripslashes($value); if(!$this->Admin) $value = htmlspecialchars($value); $array[$key] = $value; @@ -757,7 +759,7 @@ } return $array; } - + /** * Returns all $_GET array excluding system parameters, that are not allowed to be passed through generated urls *