mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
3d30a455cb
- Reference resources are now history -> converted to HTML pages (the backup/restore has been taken care of, Eloy) - HTML pages and Text pages can now have popups! - Summaries are not shown when they should be blank (eg if they just contain a <br /> as the HTML editor usually inserts. - Fixed some notices for PHP 5
13 lines
402 B
PHP
13 lines
402 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2004080801;
|
|
$module->requires = 2004073000; // Requires this Moodle version
|
|
$module->cron = 0;
|
|
|
|
?>
|