adding current groupid to grade_export class - soon to be used in plugins
[moodle-pu.git] / mod / assignment / version.php
blob60d7cfdfcb1cd238c6ac4ea436e8bda6e27584bc
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 = 2007072200;
9 $module->requires = 2007072200; // Requires this Moodle version
10 $module->cron = 60;