bug #1306833, full text link is broken

This commit is contained in:
Marc Delisle
2005-10-05 12:41:22 +00:00
parent 8dababc699
commit f2d4f28e2a
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2005-10-05 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php, tbl_properties_table_info.php: detect
MySQL 5.0.13 views
* libraries/display_tbl.lib.php: bug #1306833, full text link broken,
thanks to Vernon Lyon - vlyon
2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/functions.js, libraries/sql_query_form.lib.php:

View File

@@ -611,7 +611,6 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $
$text_url = 'sql.php?'
. PMA_generate_common_url($db, $table)
. '&amp;sql_query=' . urlencode($sql_query)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;pos=' . $pos
. '&amp;disp_direction=' . $disp_direction