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:
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index 3a47018237..5d648e7b7f 100644
--- a/sql.php
+++ b/sql.php
@@ -814,8 +814,8 @@ else {
} else {
$GLOBALS['js_include'][] = 'functions.js';
- $GLOBALS['js_include'][] = 'sql.js';
$GLOBALS['js_include'][] = 'makegrid.js';
+ $GLOBALS['js_include'][] = 'sql.js';
unset($message);