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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-16 13:01:22 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-16 13:01:22 +0400
commit0829709064b8ec1170d63d6d9a5828a0a89b34af (patch)
treec1547193ce28c0efbb2966cfb03b9e55659e9498 /navigation.php
parenta6234ae0a35b59fb0b107f2dfad2b01a0cd322b5 (diff)
Remove variable
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/navigation.php b/navigation.php
index 37cc04257d..232f125528 100644
--- a/navigation.php
+++ b/navigation.php
@@ -27,8 +27,6 @@ function PMA_exitNavigationFrame()
require_once 'libraries/Util.class.php';
require_once 'libraries/RecentTable.class.php';
-$common_functions = PMA_CommonFunctions::getInstance();
-
/**
* Check if it is an ajax request to reload the recent tables list.
*/
@@ -342,8 +340,6 @@ function PMA_displayDbList($ext_dblist, $offset, $count)
global $element_counter, $img_minus, $img_plus, $href_left,
$db_start, $common_url_query;
- $common_functions = PMA_CommonFunctions::getInstance();
-
// get table list, for all databases
// doing this in one step takes advantage of
// a single query with information_schema!
@@ -533,8 +529,6 @@ function PMA_displayTableList(
$tab_group_full = '', $table_db = ''
) {
- $common_functions = PMA_CommonFunctions::getInstance();
-
if (! is_array($tables) || count($tables) === 0) {
return;
}