2004-09-12 17:34:35 +00:00
|
|
|
<?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
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2004-11-21 20:43:27 +00:00
|
|
|
$module->version = 2004111200;
|
2004-08-24 18:38:14 +00:00
|
|
|
$module->requires = 2004052505; // Requires this Moodle version
|
2002-07-27 06:07:49 +00:00
|
|
|
$module->cron = 0;
|
|
|
|
|
2001-11-22 06:23:56 +00:00
|
|
|
?>
|