From ad32e09ed0c841e2b4dfa46db7e1c8bf77ad5b2a Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 13 May 2015 10:44:12 +0530 Subject: [PATCH] Indicate that these have been truncated Signed-off-by: Madhura Jayaratne --- libraries/DisplayResults.class.php | 6 +++--- libraries/Util.class.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 9b623dbe00..a4043013e3 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -835,7 +835,7 @@ class PMA_DisplayResults list( $table_navigation_html, $nbTotalPage - ) = $this->_getHtmlPageSelector($table_navigation_html); + ) = $this->_getHtmlPageSelector($table_navigation_html); } $showing_all = false; @@ -4600,7 +4600,7 @@ class PMA_DisplayResults $column_for_first_row = /*overload*/mb_strtoupper( /*overload*/mb_substr( $column_for_first_row, 0, $GLOBALS['cfg']['LimitChars'] - ) + ) . '...' ); // fetch last row of the result set @@ -4626,7 +4626,7 @@ class PMA_DisplayResults $column_for_last_row = /*overload*/mb_strtoupper( /*overload*/mb_substr( $column_for_last_row, 0, $GLOBALS['cfg']['LimitChars'] - ) + ) . '...' ); // reset to first row for the loop in _getTableBody() diff --git a/libraries/Util.class.php b/libraries/Util.class.php index 5bc143e132..9d1e15d966 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -3138,7 +3138,7 @@ class PMA_Util $displayed_type .= htmlspecialchars( /*overload*/mb_substr( $printtype, 0, $GLOBALS['cfg']['LimitChars'] - ) + ) . '...' ); $displayed_type .= ''; }