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 .= ''; }