/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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user