files/index.php now allows choosing and it makes the coursefiles.php
[moodle.git] / mod / wiki / version.php
blob6328af030fee6fc0d4cf54b1092786ee448dafc7
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 = 2004083123; // The current module version (Date: YYYYMMDDXX)
9 $module->requires = 2004083123; // Requires this Moodle version
10 $module->cron = 0; // Period for cron to check this module (secs)