MDL-11278 Implementation is complete, but grade_categories records in DB are not...
[moodle-pu.git] / mod / quiz / version.php
blobcadc212e66773b3ed06f484af00cf1b0a216de9e
1 <?php // $Id$
3 ////////////////////////////////////////////////////////////////////////////////
4 // Code fragment to define the version of quiz
5 // This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 ////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007072600; // The (date) version of this module
9 $module->requires = 2007072200; // Requires this Moodle version
10 $module->cron = 0; // How often should cron check this module (seconds)?