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 /tbl_export.php
parente6894be57f5735ab525a2f758ad842aacb8ef7bc (diff)
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 86f913d2b7..49e9f4c26c 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -79,7 +79,7 @@ if (! empty($sql_query)) {
// Just crop LIMIT clause
$sql_query = $analyzed_sql[0]['section_before_limit'] . $analyzed_sql[0]['section_after_limit'];
}
- echo PMA_CommonFunctions::getInstance()->getMessage(PMA_Message::success());
+ echo PMA_Util::getMessage(PMA_Message::success());
}
$export_type = 'table';