mirror of
https://github.com/moodle/moodle.git
synced 2025-03-08 17:59:55 +01:00
fullscreen is currently the only feature left out of this .. I had trouble getting it to work consistently so I've left it out as being more troubles than it's worth.
12 lines
337 B
PHP
12 lines
337 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2003072000;
|
|
$module->cron = 0;
|
|
|
|
?>
|