Incorrect variable name used for parameter.
[moodle-linuxchix.git] / mod / dialogue / version.php
blobc821728e701f92b473d7976a3990f5e496e8c6f1
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 = 2005031000;
9 $module->requires = 2005031000; // Requires this Moodle version
10 $module->cron = 60;