Fix a possible race condition in the PaintWeb DML code.
[moodle/mihaisucan.git] / mod / wiki / version.php
blob5e54bf758428682597a3e7b9714d2af6d7d6f03b
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 = 2007101509; // The current module version (Date: YYYYMMDDXX)
9 $module->requires = 2007101509; // The current module version (Date: YYYYMMDDXX)
10 $module->cron = 3600; // Period for cron to check this module (secs)