[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_3_1, updated. RELEASE_3_3_1RC1-2-ge5ab5e6

Marc Delisle lem9 at users.sourceforge.net
Mon Mar 15 21:38:57 CET 2010


The branch, MAINT_3_3_1 has been updated
       via  e5ab5e637e6e09dec98a4ec7656818b2c71b022c (commit)
      from  3e5c8f9f01042c42f6a656e06fd2bc61fe5786a5 (commit)


- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    1 +
 tbl_addfield.php |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0b40f51..c700510 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
   thanks to Dieter Adriaenssens - ruleant
 - bug #2961198 [parser] Querying a table named "data"
 - bug #2931429 [structure] Editing long triggers
+- bug #2970769 [structure] Incorrect reference to mootools-more.js 
 
 3.3.0.0 (2010-03-07)
 + rfe #2308632 [edit] Use hex for (var)binary fields,
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 886b939..cfa25f5 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -13,7 +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';
+$GLOBALS['js_include'][] = 'mootools.js';
 require_once './libraries/header.inc.php';
 
 // Check parameters


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list