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:
authorAris Feryanto <aris_feryanto@yahoo.com>2011-06-01 09:45:55 +0400
committerAris Feryanto <aris_feryanto@yahoo.com>2011-06-01 09:46:12 +0400
commit3b7f35d5c9f2c25c4fe5d7322fbe79c181637764 (patch)
tree44d873b59e8f749ef158974a11673fb4c6b1ee64 /db_sql.php
parentd174e8b41c6df7b8e38900e2fc4d8560b1501bd5 (diff)
Add makegrid triggering in other files
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';