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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-10-11 04:00:45 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-10-11 04:00:45 +0400
commit4a5cb00df5cf14019842d4c4745079f204726c17 (patch)
tree741897ce24e9e61325ef1a18bf089548cb81f4f4 /db_create.php
parentde64133959d929da177ae1357901d67c573fc9f4 (diff)
Fix jQuery UI version number
It's 1.8.16, not 1.8.6
Diffstat (limited to 'db_create.php')
-rw-r--r--db_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_create.php b/db_create.php
index c4465b0317..fe86dc9613 100644
--- a/db_create.php
+++ b/db_create.php
@@ -10,7 +10,7 @@
*/
require_once './libraries/common.inc.php';
$GLOBALS['js_include'][] = 'functions.js';
-$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
require_once './libraries/mysql_charsets.lib.php';
if (!PMA_DRIZZLE) {