From 2c805ade8b3323e518238b38f56d5382759f9e7c Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Mon, 30 Apr 2012 23:41:07 +0100 Subject: Dropped tbl_links.inc.php --- tbl_export.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tbl_export.php') diff --git a/tbl_export.php b/tbl_export.php index 6dc545f203..1fe4276f17 100644 --- a/tbl_export.php +++ b/tbl_export.php @@ -76,14 +76,9 @@ if (! empty($sql_query)) { // Just crop LIMIT clause $sql_query = $analyzed_sql[0]['section_before_limit'] . $analyzed_sql[0]['section_after_limit']; } - $message = PMA_Message::success(); + PMA_showMessage(PMA_Message::success()); } -/** - * Displays top menu links - */ -require 'libraries/tbl_links.inc.php'; - $export_type = 'table'; require_once 'libraries/display_export.lib.php'; -- cgit v1.2.3