From 2c814ac54887c74cec06d35f53d16b1eb11e7020 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 15 May 2007 15:01:50 +0000 Subject: [PATCH] bug #1719339 Browse: Full/Partial Texts not working --- libraries/display_tbl.lib.php | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index ad4727f54..02ff93f26 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -577,17 +577,28 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $ ? ' rowspan="3"' : ''; } - $text_url = 'sql.php?' - . PMA_generate_common_url($db, $table) - . '&sql_query=' . urlencode($sql_query) - . '&goto=' . $goto; - $text_message = ''
-        . ($_SESSION['userconf']['dontlimitchars'] ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText'])
-        . ''; + $url_params = array( + 'db' => $db, + 'table' => $table, + 'sql_query' => $sql_query, + 'goto' => $goto, + ); + $text_message = '' . $GLOBALS['strPartialText'] . ' 10) { array_shift($_SESSION['userconf']['query']); - echo 'deleting one element ...'; + //echo 'deleting one element ...'; } // populate query configuration