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 /tbl_indexes.php
parenta6234ae0a35b59fb0b107f2dfad2b01a0cd322b5 (diff)
Remove variable
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index 5c3fb12d13..fd0258b9e9 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -13,8 +13,6 @@ require_once 'libraries/common.inc.php';
require_once 'libraries/Index.class.php';
require_once 'libraries/tbl_common.inc.php';
-$common_functions = PMA_CommonFunctions::getInstance();
-
// Get fields and stores their name/type
$fields = array();
foreach (PMA_DBI_get_columns_full($db, $table) as $row) {