From 50cf01057f8f9df77c44b1e260dca417ff670026 Mon Sep 17 00:00:00 2001 From: drainx Date: Sun, 10 May 2015 12:01:55 -0500 Subject: [PATCH] Fix bug on result info display Reference image from : http://puu.sh/hIn2q/237524ef12.png for a text BLOB field. Bisect determined 34c2837894d712ae0148be6aad385d3b3f77995a to be the cause. Signed-off-by: Daniel Rix --- libraries/DisplayResults.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index b4a4839f62..909845d204 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -5175,7 +5175,7 @@ class PMA_DisplayResults // in PHP < 5.5, empty() only checks variables $tmpdb = $this->__get('db'); - if (! empty($tmpdb) && ! empty($meta->orgtable)) { + if ((count($url_params) > 0) && (! empty($tmpdb) && ! empty($meta->orgtable))) { $result = ''