moodle/mod/choice/version.php
2003-01-01 06:34:13 +00:00

12 lines
337 B
PHP

<?PHP // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2003010100;
$module->cron = 0;
?>