Files
moodle/mod/quiz/version.php
T
defacer 28926a08e9 Changing that despicable grade column from mdl_quiz_grades to a
floating point data type, as it should be.
2005-01-27 03:10:57 +00:00

13 lines
532 B
PHP

<?php // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the version of quiz
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2005012700; // The (date) version of this module
$module->requires = 2005010100; // Requires this Moodle version
$module->cron = 0; // How often should cron check this module (seconds)?
?>