/libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)

Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
This commit is contained in:
Garvin Hicking
2003-11-20 16:31:51 +00:00
parent 5936e8300f
commit f0da471ec3
50 changed files with 315 additions and 679 deletions

View File

@@ -21,14 +21,6 @@ PMA_checkParameters(array('db'));
*/
$err_url = 'main.php?' . PMA_generate_common_url();
/**
* Ensures the db name is valid
*/
if (PMA_MYSQL_INT_VERSION < 32306) {
PMA_checkReservedWords($db, $err_url);
}
/**
* Executes the db creation sql query
*/