mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
eab709a095
student on that day. NOTE - cron must be running for this to work properly Modified multi-page views to use arrows instead of words, added a first page and last page link as well. Cleaned up that nav menu a bit as well.
12 lines
482 B
PHP
12 lines
482 B
PHP
<?PHP // $Id$
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
/// Code fragment to define the version of attendance
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2003092500; // The current module version (Date: YYYYMMDDXX)
|
|
$module->cron = 3600; // Period for cron to check this module (secs)
|
|
|
|
?>
|