Skip to content

Commit

Permalink
Included the new js/sql.js file in all three pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadsp committed Jun 27, 2010
1 parent c1f8f3d commit 46ea470
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db_sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
/**
* Runs common work
*/
$GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'sql.js';

require './libraries/db_common.inc.php';
require_once './libraries/sql_query_form.lib.php';

Expand Down
2 changes: 2 additions & 0 deletions server_sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* Does the common work
*/
$GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'sql.js';

require_once './libraries/server_common.inc.php';
require_once './libraries/sql_query_form.lib.php';

Expand Down
3 changes: 3 additions & 0 deletions tbl_sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
/**
* Runs common work
*/
$GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'sql.js';

require './libraries/tbl_common.php';
$url_query .= '&goto=tbl_sql.php&back=tbl_sql.php';

Expand Down

0 comments on commit 46ea470

Please sign in to comment.