Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
57deba8567
@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug Fix initial replication configuration
|
||||
- bug Undefined index central_columnswork
|
||||
- bug #4657 Don't have default blowfish_secret
|
||||
- bug #4656 Some error popups fade away too quickly
|
||||
|
||||
4.3.2.0 (2014-12-12)
|
||||
- bug #4628 PHP error while exporting schema as PDF
|
||||
|
||||
@ -538,8 +538,7 @@ class PMA_Error_Handler
|
||||
//ask user whether to submit errors or not.
|
||||
if (!$response->isAjax()) {
|
||||
// js code to show appropriate msgs, event binding & focusing.
|
||||
$jsCode = 'PMA_ajaxShowMessage(PMA_messages["phpErrorsFound"], '
|
||||
. ' 2000);'
|
||||
$jsCode = 'PMA_ajaxShowMessage(PMA_messages["phpErrorsFound"]);'
|
||||
. '$("#pma_ignore_errors_popup").bind("click", function() {
|
||||
PMA_ignorePhpErrors()
|
||||
});'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user