Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-06-24 21:58:15 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:10:20 +0400
commit4d4c8a9badf2dec1e1aebd7aeb878e87df72d805 (patch)
treeabb35b17e9dbb3b809484f6bc415071bf59aa65b /navigation.php
parent307fff3570234b1724b8a93557c8ab414a1df52a (diff)
Update recent tables through index,php instead of navigation.php
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/navigation.php b/navigation.php
index 3e440691da..4205a2dbb9 100644
--- a/navigation.php
+++ b/navigation.php
@@ -25,19 +25,6 @@ function PMA_exitNavigationFrame()
}
require_once 'libraries/Util.class.php';
-require_once 'libraries/RecentTable.class.php';
-
-/**
- * Check if it is an ajax request to reload the recent tables list.
- */
-if ($GLOBALS['is_ajax_request'] && $_REQUEST['recent_table']) {
- $response = PMA_Response::getInstance();
- $response->addJSON(
- 'options',
- PMA_RecentTable::getInstance()->getHtmlSelectOption()
- );
- exit;
-}
// keep the offset of the db list in session before closing it
if (! isset($_SESSION['tmp_user_values']['navi_limit_offset'])) {