Incorrect variable name used for parameter.
[moodle-linuxchix.git] / mod / attendance / version.php
blobeecfc993b9699c8553d6d6550e074abb0ed2f5e1
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of attendance
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2005021600; // The current module version (Date: YYYYMMDDXX)
9 $module->requires = 2005021600; // Requires this Moodle version
10 $module->cron = 3600; // Period for cron to check this module (secs)