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:
authorBimal Yashodha <kb.yashodha@gmail.com>2014-08-09 21:19:38 +0400
committerBimal Yashodha <kb.yashodha@gmail.com>2014-08-09 21:19:38 +0400
commit7259665f94f073fdbc137df609f086e6021004c0 (patch)
tree242c28c7d98e294e54a706b1559e3a141aae1186 /schema_export.php
parent16e28773d30ce2468ada1ef18960abf494c4f9fe (diff)
Cleanup globals
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
Diffstat (limited to 'schema_export.php')
-rw-r--r--schema_export.php5
1 files changed, 1 insertions, 4 deletions
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])) {