mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
This commit is contained in:
parent
11b749ca90
commit
244bb39668
42 changed files with 42 additions and 86 deletions
|
@ -1,4 +1,4 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
|
||||
require_once($CFG->dirroot.'/user/filters/lib.php');
|
||||
|
||||
|
@ -48,6 +48,3 @@ function get_selection_data($ufiltering) {
|
|||
|
||||
return $userlist;
|
||||
}
|
||||
|
||||
|
||||
?>
|
|
@ -1,4 +1,4 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
|
||||
require_once('../../config.php');
|
||||
require_once($CFG->libdir.'/adminlib.php');
|
||||
|
@ -82,5 +82,3 @@ $user_bulk_form->display();
|
|||
$action_form->display();
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
/**
|
||||
* script for bulk user delete operations
|
||||
*/
|
||||
|
@ -50,4 +50,3 @@ if ($confirm and confirm_sesskey()) {
|
|||
}
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
/**
|
||||
* script for bulk user delete operations
|
||||
*/
|
||||
|
@ -50,4 +50,3 @@ if ($confirm and confirm_sesskey()) {
|
|||
}
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php // $Id$
|
||||
<?php
|
||||
|
||||
require_once('../../config.php');
|
||||
require_once($CFG->libdir.'/adminlib.php');
|
||||
|
@ -79,4 +79,3 @@ echo $OUTPUT->table($table);
|
|||
echo $OUTPUT->continue_button($return);
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
/**
|
||||
* script for downloading of user lists
|
||||
*/
|
||||
|
@ -179,5 +179,3 @@ function user_download_csv($fields) {
|
|||
}
|
||||
die;
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php // $Id$
|
||||
<?php
|
||||
/**
|
||||
* script for bulk user multy enrol operations
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
|
||||
require_once($CFG->libdir.'/formslib.php');
|
||||
require_once($CFG->libdir.'/datalib.php');
|
||||
|
@ -108,4 +108,3 @@ class user_bulk_form extends moodleform {
|
|||
$renderer->setGroupElementTemplate($template, 'usersgrp');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
require_once('../../config.php');
|
||||
require_once($CFG->libdir.'/adminlib.php');
|
||||
require_once($CFG->dirroot.'/message/lib.php');
|
||||
|
@ -69,4 +69,3 @@ if ($msgform->is_cancelled()) {
|
|||
admin_externalpage_print_header();
|
||||
$msgform->display();
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
|
||||
require_once($CFG->libdir.'/formslib.php');
|
||||
|
||||
|
@ -17,4 +17,3 @@ class user_message_form extends moodleform {
|
|||
$this->add_action_buttons();
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue