MDL-21695 adding help string
[moodle.git] / mod / label / version.php
blob4be52cafe5ecfa4b547c411ff6841e3bbf08a26d
1 <?php
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 = 2009080400; // The current module version (Date: YYYYMMDDXX)
9 $module->requires = 2009041700; // Requires this Moodle version
10 $module->cron = 0; // Period for cron to check this module (secs)