MDL-34864 improve enrol_category phpdocs

This commit is contained in:
Petr Škoda 2012-08-14 22:16:36 +02:00
parent 455748c882
commit 6c326e2b19
9 changed files with 77 additions and 68 deletions

View file

@ -17,8 +17,7 @@
/**
* Category enrolment plugin version specification.
*
* @package enrol
* @subpackage category
* @package enrol_category
* @copyright 2010 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@ -28,4 +27,4 @@ defined('MOODLE_INTERNAL') || die();
$plugin->version = 2012061700; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2012061700; // Requires this Moodle version
$plugin->component = 'enrol_category'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 60;
$plugin->cron = 60;