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:
Diffstat (limited to 'libraries/plugins/schema/SchemaEps.class.php')
-rw-r--r--libraries/plugins/schema/SchemaEps.class.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/plugins/schema/SchemaEps.class.php b/libraries/plugins/schema/SchemaEps.class.php
index c53a778a5b..9858fc708c 100644
--- a/libraries/plugins/schema/SchemaEps.class.php
+++ b/libraries/plugins/schema/SchemaEps.class.php
@@ -89,11 +89,9 @@ class SchemaEps extends SchemaPlugin
/**
* Exports the schema into EPS format.
*
- * @param string $db database name
- *
* @return bool Whether it succeeded
*/
- public function exportSchema($db)
+ public function exportSchema()
{
$export = new PMA_Eps_Relation_Schema();
$export->showOutput();