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_change.php
parenta6234ae0a35b59fb0b107f2dfad2b01a0cd322b5 (diff)
Remove variable
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 034722f2c3..1498347216 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -23,8 +23,6 @@ require_once 'libraries/db_table_exists.lib.php';
*/
require_once 'libraries/insert_edit.lib.php';
-$common_functions = PMA_CommonFunctions::getInstance();
-
/**
* Sets global variables.
* Here it's better to use a if, instead of the '?' operator