mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00

separate module (again). This frees up forums for some interesting developments. Note that database tables have moved around.
14 lines
408 B
PHP
14 lines
408 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->fullname = "Forum";
|
|
$module->version = "20020801";
|
|
$module->cron = 0;
|
|
$module->search = "";
|
|
|
|
?>
|
|
|