Fix bug on result info display

Reference image from : http://puu.sh/hIn2q/237524ef12.png for a text BLOB field.

Bisect determined 34c2837894 to be the cause.

Signed-off-by: Daniel Rix <Drainx1@live.com>
This commit is contained in:
drainx 2015-05-10 12:01:55 -05:00
parent c0fde0ae7f
commit 02e7c7cf5b

View File

@ -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 = '<a href="tbl_get_field.php'
. PMA_URL_getCommon($url_params)
. '" class="disableAjax">'