MDL-13007
[moodle-linuxchix.git] / mod / quiz / version.php
blob7f6d0d745c3ec3aadeb685c2dc371a0172ba1a26
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 = 2007101509; // The (date) version of this module
9 $module->requires = 2007101509; // Requires this Moodle version
10 $module->cron = 0; // How often should cron check this module (seconds)?