Merge branch 'QA_4_7'
This commit is contained in:
commit
827c71f86a
@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #13132 Always execute tracking queries as controluser
|
||||
- issue #13125 Focus on SQL editor after inserting field name
|
||||
- issue #13133 Fixed broken links in setup
|
||||
- issue #13135 Database list Tooltips: Show wrong value
|
||||
|
||||
4.7.0 (2017-03-28)
|
||||
- patch #12233 [Display] Improve message when renaming database to same name
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
<td class="value">
|
||||
<?php if (isset($stat['description_function'])): ?>
|
||||
<dfn title="<?= $stat['description_function']($stat['footer']); ?>">
|
||||
<dfn title="<?= $stat['description_function']($current[$stat_name]); ?>">
|
||||
<?= $value; ?>
|
||||
</dfn>
|
||||
<?php else: ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user