Use  

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@667 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-06-11 11:17:53 +00:00
parent dc843cc95f
commit 4c75d84f3f
9 changed files with 15 additions and 11 deletions

View File

@@ -201,6 +201,8 @@ function select($result, $dbh2 = null) {
} else {
if ($blobs[$key] && !is_utf8($val)) {
$val = "<i>" . lang('%d byte(s)', strlen($val)) . "</i>"; //! link to download
} elseif (!strlen(trim($val))) {
$val = "&nbsp;";
} else {
$val = nl2br(htmlspecialchars($val));
if ($types[$key] == 254) {