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-05-13 16:57:17 +00:00
|
|
|
$module->version = 2006051300; // The (date) version of this module
|
2006-02-24 10:51:26 +00:00
|
|
|
$module->requires = 2006022400; // Requires this Moodle version
|
2002-10-04 02:59:05 +00:00
|
|
|
$module->cron = 0; // How often should cron check this module (seconds)?
|
|
|
|
|
|
|
|
?>
|