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 /db_search.php
parente6894be57f5735ab525a2f758ad842aacb8ef7bc (diff)
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index dcb18eb701..01a9992195 100644
--- a/db_search.php
+++ b/db_search.php
@@ -26,7 +26,7 @@ require 'libraries/db_common.inc.php';
// If config variable $GLOBALS['cfg']['Usedbsearch'] is on false : exit.
if (! $GLOBALS['cfg']['UseDbSearch']) {
- PMA_CommonFunctions::getInstance()->mysqlDie(
+ PMA_Util::mysqlDie(
__('Access denied'), '', false, $err_url
);
} // end if