MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / grade / index.php
blobc077ef08cd0af6dac726c5dd926c8f68371b136a
1 <?php //$Id$
3 /*
4 * Compatibility redirection to reports
5 */
7 require '../config.php';
9 $id = required_param('id', PARAM_INT);
10 redirect('report/index.php?id='.$id);