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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-02 14:15:06 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-02 14:15:06 +0400
commit9f6d5979db4da92d71108aa7107728e13d467cb1 (patch)
tree129b83380814d6601e501a7c132bd4fc000fec99 /server_collations.php
parent1e81ce19e37d0613b08fb8397f228c65d7f20af7 (diff)
removed MySQL < 5 code
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/server_collations.php b/server_collations.php
index f815d6ac3c..ca425efa58 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -35,16 +35,6 @@ echo '<h2>' . "\n"
. '' . $strCharsetsAndCollations . "\n"
. '</h2>' . "\n";
-
-/**
- * exits if wrong MySQL version
- * @todo Some nice Message :-)
- */
-if (PMA_MYSQL_INT_VERSION < 40100) {
- require_once './libraries/footer.inc.php';
-}
-
-
/**
* Includes the required charset library
*/