mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 05:15:07 +01:00
10 lines
148 B
PHP
10 lines
148 B
PHP
|
<?php // $Id$
|
||
|
|
||
|
/// This creates and handles the whole user report interface, sans header and footer
|
||
|
|
||
|
|
||
|
print_heading('User Grades Report');
|
||
|
|
||
|
|
||
|
?>
|