Merge branch 'QA_4_7'

This commit is contained in:
Deven Bansod 2017-03-31 19:50:20 +05:30
commit 827c71f86a
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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: ?>