| '
. ' | '
. '';
- $html_output .= PMA_CommonFunctions::getInstance()->getDropdown(
+ $html_output .= PMA_Util::getDropdown(
'new_row_format', $possible_row_formats[$tbl_storage_engine],
$current_row_format, 'new_row_format'
);
@@ -1015,7 +1015,7 @@ function PMA_getHtmlForCopytable()
'data' => __('Structure and data'),
'dataonly' => __('Data only'));
- $html_output .= PMA_CommonFunctions::getInstance()->getRadioFields(
+ $html_output .= PMA_Util::getRadioFields(
'what', $choices, 'data', true
);
@@ -1220,7 +1220,7 @@ function PMA_getMaintainActionlink($action, $params, $url_params, $link,
. PMA_generate_common_url(array_merge($url_params, $params)) .'">'
. $action
. ''
- . PMA_CommonFunctions::getInstance()->showMySQLDocu($chapter, $link)
+ . PMA_Util::showMySQLDocu($chapter, $link)
. '';
}
@@ -1282,7 +1282,7 @@ function PMA_getDeleteDataOrTablelink($url_params, $syntax, $link, $id)
: ''
) . '>'
. $link . ''
- . PMA_CommonFunctions::getInstance()->showMySQLDocu(
+ . PMA_Util::showMySQLDocu(
'SQL-Syntax', $syntax
)
. '';
diff --git a/libraries/plugin_interface.lib.php b/libraries/plugin_interface.lib.php
index 4d947d8126..2430537741 100644
--- a/libraries/plugin_interface.lib.php
+++ b/libraries/plugin_interface.lib.php
@@ -420,16 +420,16 @@ function PMA_pluginGetOneOption(
$doc = $propertyGroup->getDoc();
if ($doc != null) {
if (count($doc) == 3) {
- $ret .= PMA_CommonFunctions::getInstance()->showMySQLDocu(
+ $ret .= PMA_Util::showMySQLDocu(
$doc[0],
$doc[1],
false,
$doc[2]
);
} elseif (count($doc) == 1) {
- $ret .= PMA_CommonFunctions::getInstance()->showDocu($doc[0]);
+ $ret .= PMA_Util::showDocu($doc[0]);
} else {
- $ret .= PMA_CommonFunctions::getInstance()->showMySQLDocu(
+ $ret .= PMA_Util::showMySQLDocu(
$doc[0],
$doc[1]
);
diff --git a/libraries/plugins/auth/AuthenticationConfig.class.php b/libraries/plugins/auth/AuthenticationConfig.class.php
index 505940aa92..e67290c711 100644
--- a/libraries/plugins/auth/AuthenticationConfig.class.php
+++ b/libraries/plugins/auth/AuthenticationConfig.class.php
@@ -126,7 +126,7 @@ class AuthenticationConfig extends AuthenticationPlugin
), E_USER_WARNING
);
}
- PMA_CommonFunctions::getInstance()->mysqlDie(
+ PMA_Util::mysqlDie(
$conn_error, '', true, '', false
);
}
diff --git a/libraries/plugins/auth/AuthenticationCookie.class.php b/libraries/plugins/auth/AuthenticationCookie.class.php
index 41c90a8ab7..4ab2ef5f37 100644
--- a/libraries/plugins/auth/AuthenticationCookie.class.php
+++ b/libraries/plugins/auth/AuthenticationCookie.class.php
@@ -173,7 +173,7 @@ class AuthenticationCookie extends AuthenticationPlugin
|