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-01-28 14:49:56 +00:00
$module->version = 2004012800;
$module->requires = 2004012800; // Requires this Moodle version
$module->cron = 60;
?>