moodle/mod/forum/version.php

13 lines
403 B
PHP
Raw Normal View History

<?PHP // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
2004-07-07 17:42:53 +00:00
$module->version = 2004070700;
$module->requires = 2004060100; // Requires this Moodle version
$module->cron = 60;
?>