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:
authorHerman van Rink <rink@initfour.nl>2010-02-03 13:55:03 +0300
committerHerman van Rink <rink@initfour.nl>2010-02-03 13:55:03 +0300
commitc896fb50ad9ac9dc73bd83a99b01f3a440c753f1 (patch)
tree3e9b01d224bac6e7aca29161b84a53cdb8280d3e /tbl_addfield.php
parent0645a4f1190588403093d7824bfbe28f39972a29 (diff)
Fix missing mootools-more.js include for structure page shown after adding a field.
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 75b32bb448..886b939387 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -13,6 +13,7 @@ require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
$GLOBALS['js_include'][] = 'functions.js';
+$GLOBALS['js_include'][] = 'mootools-more.js';
require_once './libraries/header.inc.php';
// Check parameters