mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
This commit is contained in:
parent
11b749ca90
commit
244bb39668
42 changed files with 42 additions and 86 deletions
|
@ -1,4 +1,4 @@
|
|||
<?php // $Id$
|
||||
<?php
|
||||
/**
|
||||
* For a given capability, show what permission it has for every role, and
|
||||
* everywhere that it is overridden.
|
||||
|
@ -223,5 +223,3 @@ function print_report_tree($contextid, $contexts, $allroles) {
|
|||
echo '</ul>';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php // $Id$
|
||||
<?php
|
||||
|
||||
$ADMIN->add('roles', new admin_externalpage('reportcapability', get_string('capability', 'report_capability'), "$CFG->wwwroot/$CFG->admin/report/capability/index.php",'moodle/role:manage'));
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue