bug #3559955 [edit] current_date from function drop down fails on update
This commit is contained in:
parent
155b25a094
commit
cd1b311543
@ -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
|
||||
|
||||
@ -134,6 +134,8 @@ $func_no_param = array(
|
||||
'CURRENT_USER',
|
||||
'CURDATE',
|
||||
'CURTIME',
|
||||
'CURRENT_DATE',
|
||||
'CURRENT_TIME',
|
||||
'DATABASE',
|
||||
'LAST_INSERT_ID',
|
||||
'NOW',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user