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:
authorninadsp <ninadsp16289@gmail.com>2010-07-21 22:42:43 +0400
committerninadsp <ninadsp16289@gmail.com>2010-07-21 22:42:43 +0400
commit9640a580ffb9fcbdab98032dcecd5ee180fbbcbe (patch)
tree4e418b75cc64feea40fe39b9f9733f979509494f /db_create.php
parent6e908dfeb255f1e02140545c46e7a68f1ed0025a (diff)
Drop Table and Create Table work as expected now on db_create.php too
Diffstat (limited to 'db_create.php')
-rwxr-xr-xdb_create.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db_create.php b/db_create.php
index b55e04fad1..ede59bf972 100755
--- a/db_create.php
+++ b/db_create.php
@@ -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'));