From 766466135e0e4dcca26744e72fc277a3d8f05d11 Mon Sep 17 00:00:00 2001 From: Chanaka Indrajith Date: Fri, 22 Jun 2012 23:38:33 +0530 Subject: Implement class behavior of common.lib.php file --- tbl_export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbl_export.php') diff --git a/tbl_export.php b/tbl_export.php index 042fd9a001..86f913d2b7 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_getMessage(PMA_Message::success()); + echo PMA_CommonFunctions::getInstance()->getMessage(PMA_Message::success()); } $export_type = 'table'; -- cgit v1.2.3