calendar/lib: calendar_set_filters() use pre-fetched context and course recs
[moodle-pu.git] / mod / survey / version.php
blob466b37de390914de044c9fdd2abf4873bc98d6e1
1 <?php // $Id$
3 ////////////////////////////////////////////////////////////////////////////////
4 // Code fragment to define the module version etc.
5 // This fragment is called by /admin/index.php
6 ////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007020200;
9 $module->requires = 2007020200; // Requires this Moodle version
10 $module->cron = 0;