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/engines/innodb.lib.php')
-rw-r--r--libraries/engines/innodb.lib.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/libraries/engines/innodb.lib.php b/libraries/engines/innodb.lib.php
index e795e46927..f05935dca4 100644
--- a/libraries/engines/innodb.lib.php
+++ b/libraries/engines/innodb.lib.php
@@ -328,24 +328,6 @@ class PMA_StorageEngine_Innodb extends PMA_StorageEngine
}
/**
- * Returns content for page $id
- *
- * @param string $id page id
- *
- * @return string html output
- */
- public function getPage($id)
- {
- if (! array_key_exists($id, $this->getInfoPages())) {
- return false;
- }
-
- $id = 'getPage' . $id;
-
- return $this->$id();
- }
-
- /**
* returns string with filename for the MySQL helppage
* about this storage engine
*