Still show username even if only one user

This commit is contained in:
Jamie Cameron
2012-05-23 09:39:42 -07:00
parent 5e8e69cb8e
commit 3d85bb1f74

View File

@@ -58,7 +58,7 @@ if ($config{cron_allow_file} && $config{cron_deny_file} && $access{'allow'}) {
}
# Build a list of cron job rows to show
$single_user = !&supports_users() || @ulist == 1;
$single_user = !&supports_users() || (@ulist == 1 && $access{'mode'});
@links = ( &select_all_link("d", 1),
&select_invert_link("d", 1),
@crlinks );