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 'db_sql.php')
-rw-r--r--db_sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db_sql.php b/db_sql.php
index 2020dea7d5..3085808cfe 100644
--- a/db_sql.php
+++ b/db_sql.php
@@ -14,6 +14,7 @@ require_once './libraries/common.inc.php';
* Runs common work
*/
$GLOBALS['js_include'][] = 'functions.js';
+$GLOBALS['js_include'][] = 'makegrid.js';
$GLOBALS['js_include'][] = 'sql.js';
require './libraries/db_common.inc.php';