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 'server_sql.php')
-rw-r--r--server_sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/server_sql.php b/server_sql.php
index 243d0bf0db..f8609f49cb 100644
--- a/server_sql.php
+++ b/server_sql.php
@@ -14,6 +14,7 @@ require_once './libraries/common.inc.php';
* Does the common work
*/
$GLOBALS['js_include'][] = 'functions.js';
+$GLOBALS['js_include'][] = 'makegrid.js';
$GLOBALS['js_include'][] = 'sql.js';
require_once './libraries/server_common.inc.php';