Skip to content

Commit

Permalink
admin/mnet: undo accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlanghoff committed Nov 14, 2007
1 parent 53cda2d commit 4e5813e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin/mnet/access_control.php
Expand Up @@ -159,10 +159,6 @@
$acl = get_records('mnet_sso_access_control', '', '', "$sort $dir", '*'); //, $page * $perpage, $perpage);
$aclcount = count_records('mnet_sso_access_control');

if (empty($CFG->mnet_mode) || $CFG->mnet_mode !== 'strict') {
print_box(get_string('mnetdisabled','mnet'));
}

if (!$acl) {
print_heading(get_string('noaclentries','mnet'));
$table = NULL;
Expand Down

0 comments on commit 4e5813e

Please sign in to comment.