MDL-23502 fixed php docs in enrol/database + removed unnecessary caps

This commit is contained in:
Petr Skoda 2010-07-31 20:15:36 +00:00
parent 465f508826
commit 9232bceb53
7 changed files with 32 additions and 40 deletions

View file

@ -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