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
////////////////////////////////////////////////////////////////////////////////
2008-07-28 12:31:29 +00:00
$module->version = 2008072800;
$module->requires = 2008072401; // Requires this Moodle version
$module->cron = 60;
?>