mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 03:45:49 +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');
|
|
|
|
|
|
?>
|