bug #3313235 [interface] Error div misplaced
This commit is contained in:
@@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
|
|||||||
|
|
||||||
3.4.5.0 (not yet released)
|
3.4.5.0 (not yet released)
|
||||||
- bug #3375325 [interface] Page list in navigation frame looks odd
|
- bug #3375325 [interface] Page list in navigation frame looks odd
|
||||||
|
- bug #3313235 [interface] Error div misplaced
|
||||||
|
|
||||||
3.4.4.0 (not yet released)
|
3.4.4.0 (not yet released)
|
||||||
- bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes
|
- bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes
|
||||||
|
@@ -56,7 +56,7 @@ if (! PMA_isValid($_REQUEST['no_history']) && empty($GLOBALS['error_message'])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($GLOBALS['error_handler']->hasDisplayErrors()) {
|
if ($GLOBALS['error_handler']->hasDisplayErrors()) {
|
||||||
echo '<div>';
|
echo '<div class="clearfloat">';
|
||||||
$GLOBALS['error_handler']->dispErrors();
|
$GLOBALS['error_handler']->dispErrors();
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user