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:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-04-02 14:29:08 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-04-02 16:50:29 +0400
commit28b7b9031c884b04eead47fbfb5926cdc363389c (patch)
tree5260a79b44af883083a22c02af4afa2eb5193677 /index.php
parentfcc4faa89dfe9b4be7a08cdbed0f0160a1ff0f8e (diff)
Browser local storage support for Favorite tables feature.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fixed sync anchor location. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 2f1cd8efb4..b106ff3885 100644
--- a/index.php
+++ b/index.php
@@ -117,6 +117,8 @@ if ($server > 0) {
}
echo '<div id="maincontainer">' . "\n";
+// Anchor for favorite tables synchronization.
+echo PMA_RecentFavoriteTable::getInstance('favorite')->_getHtmlSyncFavoriteTables();
echo '<div id="main_pane_left">';
if ($server > 0 || count($cfg['Servers']) > 1
) {