Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5
This commit is contained in:
commit
7d6be050f0
@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3521416 [interface] JS error when editing index
|
||||
- bug #3521313 [core] Call to undefined function __()
|
||||
- bug #3521016 [edit] NOW() function incorrectly selected
|
||||
- bug [GUI] Invalid HTML code on transformation_overview.php
|
||||
|
||||
3.5.1.0 (not yet released)
|
||||
- bug #3510784 [edit] Limit clause ignored when sort order is remembered
|
||||
|
||||
@ -200,9 +200,9 @@ if (isset($GLOBALS['is_ajax_request']) && !$GLOBALS['is_ajax_request']) {
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '<div class="clearfloat"></div>';
|
||||
echo '</div>';
|
||||
}
|
||||
echo '<div class="clearfloat"></div>';
|
||||
echo '</div>';
|
||||
}
|
||||
/**
|
||||
* Sets a variable to remember headers have been sent
|
||||
|
||||
Loading…
Reference in New Issue
Block a user