moodle/mod/forum/version.php

12 lines
338 B
PHP
Raw Normal View History

<?PHP // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2003042402;
$module->cron = 60;
?>