diff --git a/ChangeLog b/ChangeLog index eec479ddd2..c29eebc0c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - [dbi] Incorrect interpretation for some mysqli field flags - bug #1910621 [display] part 1: do not display a TEXT utf8_bin as BLOB (fixed for mysqli extension only) +- [interface] sanitize the after_field parameter, + thanks to Norman Hippert 2.11.6.0 (2008-04-29) - bug #1903724 [interface] Displaying of very large queries in error message diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index f5b2ec4404..3251b18f4a 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -68,7 +68,7 @@ if ($action == 'tbl_create.php') { } elseif ($action == 'tbl_addfield.php') { ?> - + - +