fixed bug #490951 - sorting row
This commit is contained in:
@@ -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
|
||||
|
@@ -515,7 +515,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
|
||||
. '&table=' . urlencode($table)
|
||||
. '&pos=' . $pos
|
||||
. '&session_max_rows=' . $session_max_rows
|
||||
. '&dontlimitchars' . $dontlimitchars
|
||||
. '&dontlimitchars=' . $dontlimitchars
|
||||
. '&sql_query=' . urlencode($sorted_sql_query);
|
||||
// 2.1.5 Displays the sorting url
|
||||
?>
|
||||
|
Reference in New Issue
Block a user