MDL-23502 fixed php docs in enrol/mnet - minor coding style fixes

This commit is contained in:
Petr Skoda
2010-07-31 20:24:04 +00:00
parent f699087144
commit af82383fde
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$publishes = array(
'mnet_enrol' => array(
'apiversion' => 1,
+2
View File
@@ -24,6 +24,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
function xmldb_enrol_mnet_upgrade($oldversion) {
global $CFG, $DB, $OUTPUT;
+2
View File
@@ -24,4 +24,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2010071701;