mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 23:48:45 +01:00
d6bdd9d5e9
If so, grades in the gradebook are printed as proper numbers and contribute to the total of the course.
12 lines
338 B
PHP
12 lines
338 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2003082502;
|
|
$module->cron = 60;
|
|
|
|
?>
|