moodle/mod/assignment/version.php

12 lines
338 B
PHP
Raw Normal View History

2001-11-22 06:23:56 +00:00
<?PHP // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2003091000;
$module->cron = 60;
2001-11-22 06:23:56 +00:00
?>