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:11:47 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-16 13:11:47 +0400
commit6971295e9616aa6809ffd58dceb6e6735090f57d (patch)
treeff5bcbc0be756673415a877706482622ce704c11 /server_plugins.php
parente6894be57f5735ab525a2f758ad842aacb8ef7bc (diff)
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
Diffstat (limited to 'server_plugins.php')
-rw-r--r--server_plugins.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server_plugins.php b/server_plugins.php
index 0587bdaeb3..fdc0bfd2c0 100644
--- a/server_plugins.php
+++ b/server_plugins.php
@@ -29,7 +29,7 @@ require 'libraries/server_common.inc.php';
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
- . PMA_CommonFunctions::getInstance()->getImage('b_engine.png')
+ . PMA_Util::getImage('b_engine.png')
. "\n" . __('Plugins') . "\n"
. '</h2>' . "\n";
@@ -86,7 +86,7 @@ pma_theme_image = '<?php echo $GLOBALS['pmaThemeImage']; ?>';
<caption class="tblHeaders">
<a class="top" href="#serverinfo"><?php
echo __('Begin');
- echo PMA_CommonFunctions::getInstance()->getImage('s_asc.png');
+ echo PMA_Util::getImage('s_asc.png');
?></a>
<?php echo htmlspecialchars($plugin_type); ?>
</caption>