bug #2970769 Incorrect reference to mootools-more.js
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user