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/SchemaSvg.class.php')
-rw-r--r--libraries/plugins/schema/SchemaSvg.class.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/plugins/schema/SchemaSvg.class.php b/libraries/plugins/schema/SchemaSvg.class.php
index e020db06cc..70753be540 100644
--- a/libraries/plugins/schema/SchemaSvg.class.php
+++ b/libraries/plugins/schema/SchemaSvg.class.php
@@ -77,11 +77,9 @@ class SchemaSvg extends SchemaPlugin
/**
* Exports the schema into SVG format.
*
- * @param string $db database name
- *
* @return bool Whether it succeeded
*/
- public function exportSchema($db)
+ public function exportSchema()
{
$export = new PMA_Svg_Relation_Schema();
$export->showOutput();