From 02e7c7cf5bbb894f88570425f7167f594d3f1df5 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 6d1a82fd9b..d7f364b12e 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -5256,7 +5256,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 = ''