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

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