[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_3_1-37-g54398f8

Michal Čihař nijel at users.sourceforge.net
Fri Jul 22 15:15:39 CEST 2011


The branch, QA_3_4 has been updated
       via  54398f8a124702e30820bc4636040dda1db6b71b (commit)
      from  bea5556023b4561c23e82f5005059c5fb7b1cde8 (commit)


- Log -----------------------------------------------------------------
commit 54398f8a124702e30820bc4636040dda1db6b71b
Author: Sven Strickroth <email at cs-ware.de>
Date:   Fri Jul 22 02:01:17 2011 +0200

    Do not call PMA_showHint with bbcode=true in display_tbl.lib.php
    
    This fixes an issue with an InnoDB-table on sql.php with "select * from tbl" showing that "total ~ N <sup>1</sup>" rows are displayed and with a JavaScript enabled browser the footnote gets hidden and it's impossible to find out what the <sup>1</sup> means.
    
    Signed-off-by: Sven Strickroth <email at cs-ware.de>

-----------------------------------------------------------------------

Summary of changes:
 libraries/display_tbl.lib.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php
index c7d74ef..c871612 100644
--- a/libraries/display_tbl.lib.php
+++ b/libraries/display_tbl.lib.php
@@ -1937,7 +1937,7 @@ function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql)
       || $analyzed_sql[0]['where_clause'] == '1 ')) {
         // "j u s t   b r o w s i n g"
         $pre_count = '~';
-        $after_count = PMA_showHint(PMA_sanitize(__('May be approximate. See [a at ./Documentation.html#faq3_11 at Documentation]FAQ 3.11[/a]')), true);
+        $after_count = PMA_showHint(PMA_sanitize(__('May be approximate. See [a at ./Documentation.html#faq3_11 at Documentation]FAQ 3.11[/a]')));
     } else {
         $pre_count = '';
         $after_count = '';


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list