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:
authorRouslan Placella <rouslan@placella.com>2012-05-01 02:41:07 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-05 19:44:27 +0400
commit2c805ade8b3323e518238b38f56d5382759f9e7c (patch)
tree314745c6f512cb287751b17a967f4e2d1cedc70b /tbl_export.php
parentec62d5f4b3dd762b44662ae5c89f164285bb741c (diff)
Dropped tbl_links.inc.php
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php7
1 files changed, 1 insertions, 6 deletions
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';