Incorrect variable name used for parameter.
[moodle-linuxchix.git] / mod / choice / version.php
blob7298d916fdf981f6f11f896f401dbfe88c846798
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 = 2005041500;
9 $module->requires = 2005021600; // Requires this Moodle version
10 $module->cron = 0;