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/SchemaPlugin.class.php')
-rw-r--r--libraries/plugins/SchemaPlugin.class.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/plugins/SchemaPlugin.class.php b/libraries/plugins/SchemaPlugin.class.php
index c4774ef620..83d3246563 100644
--- a/libraries/plugins/SchemaPlugin.class.php
+++ b/libraries/plugins/SchemaPlugin.class.php
@@ -48,11 +48,9 @@ abstract class SchemaPlugin
/**
* Exports the schema into the specified format.
*
- * @param string $db database name
- *
* @return bool Whether it succeeded
*/
- public abstract function exportSchema($db);
+ public abstract function exportSchema();
/**
* Adds export options common to all plugins.