From 8782c6d3144e343d6e993edfccc76aeeffd0e5b3 Mon Sep 17 00:00:00 2001 From: Chanaka Indrajith Date: Wed, 13 Jun 2012 23:42:04 +0530 Subject: [PATCH] Fixed bug due to breaking _getTableBody() into subfunctions - link is missing where foreign key pointing to relavant table --- libraries/DisplayResults.class.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index db45977908..b7b22daa5e 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -2227,10 +2227,9 @@ class PMA_DisplayResults $GLOBALS['vertical_display']['data'][$row_no][$i] = $this->_getDataCellForNumericFeilds( - $row[$i], $class, $condition_field, $meta, - $analyzed_sql, $transform_function, $map, - $default_function, $transform_options, - $is_field_truncated + $row[$i], $class, $condition_field, $meta, $map, + $is_field_truncated, $analyzed_sql, $transform_function, + $default_function, $transform_options ); } elseif (stristr($meta->type, self::BLOB_FIELD)) {