bug 610315

This commit is contained in:
Marc Delisle
2002-09-18 12:49:54 +00:00
parent 0977b64fb9
commit df1724629a
5 changed files with 21 additions and 6 deletions

View File

@@ -474,7 +474,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. '&goto=' . $goto
. '&dontlimitchars=' . (empty($dontlimitchars) ? 0 : 1);
. '&dontlimitchars=' . (($dontlimitchars) ? 0 : 1);
// ... before the result table
if (($is_display['edit_lnk'] == 'nn' && $is_display['del_lnk'] == 'nn')
@@ -618,7 +618,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
. '&session_max_rows=' . $session_max_rows
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. '&dontlimitchars=' . (empty($dontlimitchars) ? 0 : 1)
. '&dontlimitchars=' . $dontlimitchars
. '&sql_query=' . urlencode($sorted_sql_query);
// 2.1.5 Displays the sorting url
@@ -924,7 +924,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
. '&session_max_rows=' . $session_max_rows
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. '&dontlimitchars=' . (empty($dontlimitchars) ? 0 : 1);
. '&dontlimitchars=' . $dontlimitchars;
// 1.2.1 Modify link(s)
if ($is_display['edit_lnk'] == 'ur') { // update row case