Merge branch 'QA_4_4'

This commit is contained in:
Marc Delisle 2015-05-24 08:39:55 -04:00
commit ff78437820
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ phpMyAdmin - ChangeLog
- bug #4912 "Highlight pointer" and "Row marker" doesn't work properly
- bug Browse foreigners window goes out of the window
- bug #4918 Date field popup dialog position bug
- bug In /setup, PMA_messages is not defined
4.4.7.0 (2015-05-16)
- bug #4876 Settings issues (Favorite tables shown twice in Settings)

View File

@ -43,6 +43,7 @@ PMA_noCacheHeader();
<script type="text/javascript" src="ajax.js"></script>
<script type="text/javascript" src="../js/config.js"></script>
<script type="text/javascript" src="scripts.js"></script>
<script type="text/javascript" src="../js/messages.php"></script>
</head>
<body>
<h1><span class="blue">php</span><span class="orange">MyAdmin</span> setup</h1>