Merge branch 'QA_3_3'

Conflicts:
	Documentation.html
	README
	libraries/Config.class.php
	translators.html
This commit is contained in:
Michal Čihař
2010-08-23 17:10:04 +02:00
4 changed files with 14 additions and 1 deletions

View File

@@ -318,7 +318,7 @@ class PMA_Error extends PMA_Message
if (in_array($function, $include_functions)) {
echo PMA_Error::relPath($arg);
} elseif (is_scalar($arg)) {
echo gettype($arg) . ' ' . $arg;
echo gettype($arg) . ' ' . htmlspecialchars($arg);
} else {
echo gettype($arg);
}