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:
authorMarc Delisle <marc@infomarc.info>2011-01-02 16:00:25 +0300
committerMarc Delisle <marc@infomarc.info>2011-01-02 16:00:25 +0300
commitb923bb3fbbb2260ddf2f3aeb5e580c037ff1e637 (patch)
treefd6b1da1140b055a89d52851efa844eba79f9ef9 /db_search.php
parent6ebc1e413d419c73e1b9e025b063c507128dde2a (diff)
Upgrade to jQuery 1.4.4
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 3defeb40e7..22415aae0a 100644
--- a/db_search.php
+++ b/db_search.php
@@ -37,7 +37,7 @@
*/
require_once './libraries/common.inc.php';
-$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-1.4.4.js';
$GLOBALS['js_include'][] = 'db_search.js';
/**