mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 23:48:45 +01:00
15 lines
409 B
PHP
15 lines
409 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->fullname = "Journal";
|
|
$module->version = "20011110";
|
|
$module->cron = 0;
|
|
$module->search = "";
|
|
|
|
?>
|
|
|