Fixes bug MDL-8234, "New groups code & AS keyword"
[moodle-pu.git] / mod / label / version.php
blob262c1408f40a12a1f0183a9a56e47791bef99c1c
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of label
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2006091201; // The current module version (Date: YYYYMMDDXX)
9 $module->requires = 2006080900; // Requires this Moodle version
10 $module->cron = 0; // Period for cron to check this module (secs)