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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-04 13:22:50 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-04 13:22:50 +0400
commit40b3ce9fd191d00159c601b986f92291a4bfccb5 (patch)
tree6c15bf472e002dc3514b045153588bb17c497cb9 /server_sql.php
parente9f1ed82c6fdb783f98884d670097175df03e484 (diff)
use array to define included JavaScript libraries
Diffstat (limited to 'server_sql.php')
-rw-r--r--server_sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_sql.php b/server_sql.php
index 449025aa3e..de6bd7f9b3 100644
--- a/server_sql.php
+++ b/server_sql.php
@@ -13,7 +13,7 @@ require_once './libraries/common.inc.php';
/**
* Does the common work
*/
-$js_to_run = 'functions.js';
+$GLOBALS['js_include'][] = 'functions.js';
require_once './libraries/server_common.inc.php';
require_once './libraries/sql_query_form.lib.php';