removed MySQL < 5 code

This commit is contained in:
Sebastian Mendel
2007-10-02 10:15:06 +00:00
parent 1e81ce19e3
commit 9f6d5979db
6 changed files with 172 additions and 375 deletions

View File

@@ -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
*/