Unable to edit transformations, issue 12292
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
ad5187383d
commit
efe97b1500
@ -17,6 +17,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #12476 Add error checking in reading advisory rules file
|
||||
- issue #12477 Add checking missing elements and confirming element types from json_decode
|
||||
- issue #12251 Automatically save SQL query in browser local storage rather than in cookie
|
||||
- issue #12292 Unable to edit transformations
|
||||
|
||||
4.6.4 (2016-08-16)
|
||||
- issue [security] Weaknesses with cookie encryption, see PMASA-2016-29
|
||||
|
||||
@ -5,5 +5,5 @@
|
||||
size="16"
|
||||
class="textfield"
|
||||
value="<?= (isset($columnMeta['Field']) && isset($mime_map[$columnMeta['Field']][$options_key])) ?
|
||||
htmlspecialchars($mime_map[$columnMeta['Field']], [$options_key])
|
||||
: '' ?>" />
|
||||
htmlspecialchars($mime_map[$columnMeta['Field']][$options_key])
|
||||
: '' ?>" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user