From b9daf34b79b0271e62e4de3bc7b6bf9008e719c5 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Wed, 3 Feb 2010 10:55:03 +0000 Subject: [PATCH] Fix missing mootools-more.js include for structure page shown after adding a field. --- tbl_addfield.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tbl_addfield.php b/tbl_addfield.php index 75b32bb44..886b93938 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