2004-09-12 17:34:35 +00:00
|
|
|
<?php // $Id$
|
2002-10-04 02:59:05 +00:00
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Code fragment to define the version of quiz
|
|
|
|
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2006-09-19 13:35:42 +00:00
|
|
|
$module->version = 2006091901; // The (date) version of this module
|
2006-08-08 22:09:55 +00:00
|
|
|
$module->requires = 2006080900; // Requires this Moodle version
|
2002-10-04 02:59:05 +00:00
|
|
|
$module->cron = 0; // How often should cron check this module (seconds)?
|
|
|
|
|
|
|
|
?>
|