MDL-28117 include repo lib when hacking file_picker renderer
[moodle.git] / mod / chat / version.php
blob55337a9d0d12b19aaf690f65d86b2b7b5dc25965
1 <?php
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of chat
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2010080302; // The (date) version of this module
9 $module->requires = 2010080300; // Requires this Moodle version
10 $module->cron = 300; // How often should cron check this module (seconds)?