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 'tbl_sql.php')
-rw-r--r--tbl_sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_sql.php b/tbl_sql.php
index 70fafc1d0c..0321395b94 100644
--- a/tbl_sql.php
+++ b/tbl_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/tbl_common.php';