Drop Table and Create Table work as expected now on db_create.php too

This commit is contained in:
ninadsp
2010-07-22 00:12:43 +05:30
parent 6e908dfeb2
commit 9640a580ff
3 changed files with 27 additions and 19 deletions

View File

@@ -11,6 +11,7 @@
*/
require_once './libraries/common.inc.php';
$GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
require_once './libraries/mysql_charsets.lib.php';
PMA_checkParameters(array('new_db'));