fixed bug #490951 - sorting row

This commit is contained in:
Loïc Chapeaux
2001-12-10 07:35:31 +00:00
parent 3b3a8a5c3a
commit feccad95f9
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-12-10 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.lib.php3, line 518: fixed bug #490951 - sorting
row. Thanks to an anonymous user.
2001-12-09 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* read_dump.php3; libraries/build_dump.lib.php3: sending the "fake" header
at each it<69>ration is about ten times faster than checking elapsed time

View File

@@ -515,7 +515,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
. '&amp;table=' . urlencode($table)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;dontlimitchars' . $dontlimitchars
. '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;sql_query=' . urlencode($sorted_sql_query);
// 2.1.5 Displays the sorting url
?>