moodle/mod/journal/module.php
2001-11-22 06:23:56 +00:00

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 = "";
?>