bug #3411633 [core] Call to undefined function PMA_isSuperuser()
This commit is contained in:
@@ -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
|
||||
|
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