adding some strings
[moodle-linuxchix.git] / mod / glossary / version.php
blob9b745b42ff4d99042c8538e4951961790fecdd75
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of glossary
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007072200;
9 $module->requires = 2007072200; // Requires this Moodle version
10 $module->cron = 0; // Period for cron to check this module (secs)