From 7259665f94f073fdbc137df609f086e6021004c0 Mon Sep 17 00:00:00 2001 From: Bimal Yashodha Date: Sat, 9 Aug 2014 22:49:38 +0530 Subject: Cleanup globals Signed-off-by: Bimal Yashodha --- schema_export.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'schema_export.php') diff --git a/schema_export.php b/schema_export.php index 905c42ecd1..538e37de55 100644 --- a/schema_export.php +++ b/schema_export.php @@ -29,10 +29,7 @@ require_once 'libraries/plugin_interface.lib.php'; */ $post_params = array( - 'db', - 'pdf_with_doc', - 'pdf_orientation', - 'pdf_paper' + 'db' ); foreach ($post_params as $one_post_param) { if (isset($_REQUEST[$one_post_param])) { -- cgit v1.2.3