MDL-10239:
[moodle-linuxchix.git] / mod / wiki / version.php
blobd309a2ca20165cd03308eaaa95b0b9c3df2136fe
1 <?PHP // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of Wiki
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007020200; // The current module version (Date: YYYYMMDDXX)
9 $module->requires = 2007020200; // The current module version (Date: YYYYMMDDXX)
10 $module->cron = 3600; // Period for cron to check this module (secs)