MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

This commit is contained in:
Petr Skoda 2009-11-01 10:42:45 +00:00
parent 11b749ca90
commit 244bb39668
42 changed files with 42 additions and 86 deletions

View file

@ -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();
?>