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:
authorMarc Delisle <marc@infomarc.info>2010-07-24 16:11:48 +0400
committerMarc Delisle <marc@infomarc.info>2010-07-24 16:11:48 +0400
commit084c0dbcf51dea488d99b7bfffffa23832ace4f3 (patch)
tree72d28000cc25b2b08617de1da62c11531020b4e6 /tbl_create.php
parentaec1adb0e077f2a9521bfa9ed367e9d5b6911042 (diff)
functions.js included automatically
Diffstat (limited to 'tbl_create.php')
-rw-r--r--tbl_create.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_create.php b/tbl_create.php
index 8f77bb3549..fc1119bb08 100644
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -36,7 +36,6 @@
require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
-$GLOBALS['js_include'][] = 'functions.js';
$action = 'tbl_create.php';
require_once './libraries/header.inc.php';