mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-23502 fixed php docs in enrol/database + removed unnecessary caps
This commit is contained in:
parent
465f508826
commit
9232bceb53
7 changed files with 32 additions and 40 deletions
|
@ -20,11 +20,14 @@
|
|||
*
|
||||
* This plugin synchronises enrolment and roles with external database table.
|
||||
*
|
||||
* @package enrol_database
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package enrol
|
||||
* @subpackage database
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
/**
|
||||
* Database enrolment plugin implementation.
|
||||
* @author Petr Skoda - based on code by Martin Dougiamas, Martin Langhoff and others
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue