bug #3559955 [edit] current_date from function drop down fails on update

This commit is contained in:
Madhura Jayaratne 2012-08-26 19:54:56 +05:30
parent 155b25a094
commit cd1b311543
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog
- bug #3555104 [edit] Cannot copy a DB with table & views
- bug #3559925 [privileges] Incorrect updating of the list of users
- bug #3561224 [edit] cell edit date field with empty date fills in current date
- bug #3559955 [edit] current_date from function drop down fails on update
3.5.2.2 (2012-08-12)
- [security] Fixed XSS vulnerabilities, see PMASA-2012-4

View File

@ -134,6 +134,8 @@ $func_no_param = array(
'CURRENT_USER',
'CURDATE',
'CURTIME',
'CURRENT_DATE',
'CURRENT_TIME',
'DATABASE',
'LAST_INSERT_ID',
'NOW',