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_row_action.php
parentaec1adb0e077f2a9521bfa9ed367e9d5b6911042 (diff)
functions.js included automatically
Diffstat (limited to 'tbl_row_action.php')
-rw-r--r--tbl_row_action.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_row_action.php b/tbl_row_action.php
index 356ad57d94..62fc2044ab 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -71,7 +71,6 @@ switch($submit_mult) {
}
$GLOBALS['js_include'][] = 'tbl_change.js';
-$GLOBALS['js_include'][] = 'functions.js';
require_once './libraries/header.inc.php';