moodle/mod/assignment/version.php
moodler 4b46c8039a New field and option for assignments, preventlate, which prevents
students from submitting assignments late
2005-04-18 04:11:15 +00:00

13 lines
403 B
PHP

<?PHP // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2005041800;
$module->requires = 2005031000; // Requires this Moodle version
$module->cron = 60;
?>