bug #1814679 [display] Database selection pagination when switching servers
This commit is contained in:
@@ -24,6 +24,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- bug #1783620 [parser] Subquery results without "as" are ignored
|
- bug #1783620 [parser] Subquery results without "as" are ignored
|
||||||
- bug #1821264 [display] MaxTableList and INFORMATION_SCHEMA
|
- bug #1821264 [display] MaxTableList and INFORMATION_SCHEMA
|
||||||
- bug #1859460 [display] Operations and many databases
|
- bug #1859460 [display] Operations and many databases
|
||||||
|
- bug #1814679 [display] Database selection pagination when switching servers
|
||||||
|
|
||||||
2.11.3.0 (2007-12-08)
|
2.11.3.0 (2007-12-08)
|
||||||
- patch #1818389 to remove a notice (failed to flush buffer), thanks to
|
- patch #1818389 to remove a notice (failed to flush buffer), thanks to
|
||||||
|
@@ -847,6 +847,14 @@ if (! defined('PMA_MINIMUM_COMMON')) {
|
|||||||
require_once './libraries/List_Database.class.php';
|
require_once './libraries/List_Database.class.php';
|
||||||
$PMA_List_Database = new PMA_List_Database($userlink, $controllink);
|
$PMA_List_Database = new PMA_List_Database($userlink, $controllink);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* some resetting has to be done when switching servers
|
||||||
|
*/
|
||||||
|
if (isset($_SESSION['previous_server']) && $_SESSION['previous_server'] != $GLOBALS['server']) {
|
||||||
|
unset($_SESSION ['navi_limit_offset']);
|
||||||
|
}
|
||||||
|
$_SESSION['previous_server'] = $GLOBALS['server'];
|
||||||
|
|
||||||
} // end server connecting
|
} // end server connecting
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user