MDL-30790 - Option to collapse or expand sub-folders

This commit is contained in:
Rex Lorenzo 2013-03-15 16:09:56 -07:00
parent 7112729206
commit f295727859
8 changed files with 38 additions and 7 deletions

View file

@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$module->version = 2013012100; // The current module version (Date: YYYYMMDDXX)
$module->version = 2013031500; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2012112900; // Requires this Moodle version
$module->component = 'mod_folder'; // Full name of the plugin (used for diagnostics)
$module->cron = 0;