bug #2970769 Incorrect reference to mootools-more.js

This commit is contained in:
Marc Delisle
2010-03-15 16:36:19 -04:00
parent 3e5c8f9f01
commit e5ab5e637e
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
thanks to Dieter Adriaenssens - ruleant thanks to Dieter Adriaenssens - ruleant
- bug #2961198 [parser] Querying a table named "data" - bug #2961198 [parser] Querying a table named "data"
- bug #2931429 [structure] Editing long triggers - bug #2931429 [structure] Editing long triggers
- bug #2970769 [structure] Incorrect reference to mootools-more.js
3.3.0.0 (2010-03-07) 3.3.0.0 (2010-03-07)
+ rfe #2308632 [edit] Use hex for (var)binary fields, + rfe #2308632 [edit] Use hex for (var)binary fields,

View File

@@ -13,7 +13,7 @@ require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php'; require_once './libraries/Table.class.php';
$GLOBALS['js_include'][] = 'functions.js'; $GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'mootools-more.js'; $GLOBALS['js_include'][] = 'mootools.js';
require_once './libraries/header.inc.php'; require_once './libraries/header.inc.php';
// Check parameters // Check parameters