moodle/mod/choice/version.php
moodler 669dfa715a An emergency checkin to prevent Choice dataloss for anyone who may
be upgrading.

The module itself currently doesn't work at all ... I'm going
through and re-writing it.
2005-03-30 16:14:49 +00:00

13 lines
402 B
PHP

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