bug #3411633 [core] Call to undefined function PMA_isSuperuser()

This commit is contained in:
Marc Delisle
2011-09-24 06:03:25 -04:00
parent a211b8ba0e
commit 5b2befc171
2 changed files with 6 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
- bug #3383572 [interface] Cannot execute saved query
- bug #3411535 [display] Full text button unchecks results display options
- bug #3411224 [display] Broken binary column when 'Show binary contents' is not set
- bug #3411633 [core] Call to undefined function PMA_isSuperuser()
3.4.5.0 (2011-09-14)
- bug #3375325 [interface] Page list in navigation frame looks odd

View File

@@ -142,10 +142,12 @@ echo '</ul>';
// User preferences
echo '<ul>';
echo PMA_printListItem(__('More settings'), 'li_user_preferences',
if ($server > 0) {
echo '<ul>';
echo PMA_printListItem(__('More settings'), 'li_user_preferences',
'./prefs_manage.php?' . $common_url_query);
echo '</ul>';
echo '</ul>';
}
echo '</div>';