. /** * Scheduled allocator that internally executes the random one * * @package workshopallocation_scheduled * @subpackage mod_workshop * @copyright 2012 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'workshopallocation_scheduled'; $plugin->version = 2015111600; $plugin->requires = 2015111000; $plugin->dependencies = array( 'workshopallocation_random' => 2015111000, ); $plugin->maturity = MATURITY_STABLE; $plugin->cron = 60;