moodle/mod/choice/version.php

13 lines
402 B
PHP
Raw Normal View History

<?php // $Id$
2001-11-22 06:23:56 +00:00
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004070102;
2004-08-24 18:38:14 +00:00
$module->requires = 2004052505; // Requires this Moodle version
$module->cron = 0;
2001-11-22 06:23:56 +00:00
?>