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:
parent
c0fde0ae7f
commit
02e7c7cf5b
@ -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">'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user