diff --git a/adminer/db.inc.php b/adminer/db.inc.php index 101d4911..4db10296 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -158,12 +158,12 @@ if ($adminer->homepage()) { if (support("type")) { echo "

" . lang('User types') . "

\n"; - $types = types(); - if ($types) { + $user_types = types(); + if ($user_types) { echo "\n"; echo "\n"; odd(''); - foreach ($types as $val) { + foreach ($user_types as $val) { echo "
" . lang('Name') . "
" . h($val) . "\n"; } echo "
\n";