moodle/mod/choice/module.php
2001-11-22 06:23:56 +00:00

14 lines
408 B
PHP

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