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:
Diffstat (limited to 'libraries/db_info.inc.php')
-rw-r--r--libraries/db_info.inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/db_info.inc.php b/libraries/db_info.inc.php
index c4a362bb51..2474078213 100644
--- a/libraries/db_info.inc.php
+++ b/libraries/db_info.inc.php
@@ -15,8 +15,6 @@ if (! defined('PHPMYADMIN')) {
exit;
}
-$common_functions = PMA_CommonFunctions::getInstance();
-
/**
* limits for table list
*/
@@ -43,8 +41,6 @@ $pos = $_SESSION['tmp_user_values']['table_limit_offset'];
function PMA_fillTooltip(&$tooltip_truename, &$tooltip_aliasname, $table)
{
- $common_functions = PMA_CommonFunctions::getInstance();
-
if (strstr($table['Comment'], '; InnoDB free') === false) {
if (!strstr($table['Comment'], 'InnoDB free') === false) {
// here we have just InnoDB generated part