芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/mod/workshop/allocation/scheduled/version.php
. /** * 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 = 2019052000; $plugin->requires = 2019051100; $plugin->dependencies = array( 'workshopallocation_random' => 2019051100, ); $plugin->maturity = MATURITY_STABLE;