bug #2816840 [priv] Cannot change details for a user

This commit is contained in:
Marc Delisle
2009-07-06 19:52:47 +00:00
parent d9c6e3b345
commit f440d45fc4
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2634827 [import] Using DELIMITER produces infinite cycle - bug #2634827 [import] Using DELIMITER produces infinite cycle
+ new language files: uzbek_cyrillic and urbek_latin + new language files: uzbek_cyrillic and urbek_latin
- bug #2814109 [search] Right frame is blank - bug #2814109 [search] Right frame is blank
- bug #2816840 [priv] Cannot change a user's details
3.2.0.1 (2009-06-30) 3.2.0.1 (2009-06-30)
- [security] XSS: Insufficient output sanitizing in bookmarks - [security] XSS: Insufficient output sanitizing in bookmarks

View File

@@ -1223,7 +1223,7 @@ if (isset($_REQUEST['change_pw'])) {
if (isset($_REQUEST['delete']) || (isset($_REQUEST['change_copy']) && $_REQUEST['mode'] < 4)) { if (isset($_REQUEST['delete']) || (isset($_REQUEST['change_copy']) && $_REQUEST['mode'] < 4)) {
if (isset($_REQUEST['change_copy'])) { if (isset($_REQUEST['change_copy'])) {
$selected_usr = array($old_username . chr(27) . $old_hostname); $selected_usr = array($old_username . '&amp;#27;' . $old_hostname);
} else { } else {
$selected_usr = $_REQUEST['selected_usr']; $selected_usr = $_REQUEST['selected_usr'];
$queries = array(); $queries = array();