bug #3411633 [core] Call to undefined function PMA_isSuperuser()
This commit is contained in:
8
main.php
8
main.php
@@ -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>';
|
||||
|
||||
|
Reference in New Issue
Block a user