Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
11788163ff
@ -74,6 +74,7 @@ explanation
|
||||
- bug Compatibility with central columns of version 4.4
|
||||
- bug #4758 Firefox with auth_type to http with multiple server doesn't work anymore
|
||||
- bug #4789 Views aren't dropped when copying a database
|
||||
- bug #4784 Incomplete bookmark saving
|
||||
|
||||
4.3.11.1 (2015-03-04)
|
||||
- bug [security] Risk of BREACH attack, see PMASA-2015-1
|
||||
|
||||
@ -734,7 +734,7 @@ if ($go_sql) {
|
||||
$cfgBookmark = PMA_Bookmark_getParams();
|
||||
PMA_storeTheQueryAsBookmark(
|
||||
$db, $cfgBookmark['user'],
|
||||
$import_text, $_POST['bkm_label'],
|
||||
$_REQUEST['sql_query'], $_POST['bkm_label'],
|
||||
isset($_POST['bkm_replace']) ? $_POST['bkm_replace'] : null
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user