Skip to content
Snippets Groups Projects
Select Git revision
  • 9faf6b8618dfb80282c2d0a417a084259b92f34f
  • master default
2 results

Readme.md

Blame
  • To learn more about this project, read the wiki.
    version.php 542 B
    <?php // $Id: version.php,v 1.14.2.1 2011/07/21 22:46:30 adelamarre Exp $
    
    /**
     * @package mod
     * @subpackage adobeconnect
     * @author Akinsaya Delamarre (adelamarre@remote-learner.net)
     * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
     */
    
    $plugin->version  = 2019092600;  // The current module version (Date: YYYYMMDDXX)
    $plugin->requires  = 2014051212; // Requires this Moodle version
    $plugin->component = 'mod_adobeconnect';
    $plugin->cron     = 0;           // Period for cron to check this module (secs)