MDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling...
[moodle-pu.git] / mod / lesson / version.php
blob0392b6a830e994d6d03d42e42f7d0682a20444c1
1 <?php // $Id$
2 /**
3 * Code fragment to define the version of lesson
4 * This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 * @version $Id$
7 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
8 * @package lesson
9 **/
11 $module->version = 2007072200; // The current module version (Date: YYYYMMDDXX)
12 $module->requires = 2007072200; // Requires this Moodle version
13 $module->cron = 0; // Period for cron to check this module (secs)