Merge branch 'QA_4_3'
This commit is contained in:
commit
bf175e00bb
@ -74,6 +74,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4057 db/table query string parameters no longer work
|
||||
- bug #4605 Unseen messages in tracking
|
||||
- bug #4606 Tracking report export as SQL dump does not work
|
||||
- bug #4607 Syntax error during db_copy operation
|
||||
|
||||
4.2.12.0 (2014-11-20)
|
||||
- bug #4574 Blank/white page when JavaScript disabled
|
||||
|
||||
@ -31,6 +31,9 @@ $scripts->addFile('db_operations.js');
|
||||
|
||||
$sql_query = '';
|
||||
|
||||
// set export settings we need
|
||||
$GLOBALS['sql_backquotes'] = 1;
|
||||
|
||||
/**
|
||||
* Rename/move or copy database
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user