From 0157002bd130996639237ac85da5df7a6cf54fff Mon Sep 17 00:00:00 2001 From: xmujay Date: Sun, 21 Jul 2013 10:23:35 +0800 Subject: rename server_export.lib.php to display_export.lib.php due to it works for server and database, table level export --- 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 ea7e66ef57..6b35bea401 100644 --- a/tbl_export.php +++ b/tbl_export.php @@ -82,5 +82,5 @@ if (! empty($sql_query)) { } $export_type = 'table'; -require_once 'libraries/display_export.lib.php'; +require_once 'libraries/display_export.inc.php'; ?> -- cgit v1.2.3