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
///////////////////////////////////////////////////////////////////////////
// //
@ -38,5 +38,3 @@ $report_courseoverview_capabilities = array(
'clonepermissionsfrom' => 'moodle/site:viewreports',
)
);
?>

View file

@ -126,5 +126,3 @@
}
}
echo $OUTPUT->footer();
?>

View file

@ -55,5 +55,3 @@
$graph->y_format['bar1'] = array('colour' => 'blue','bar' => 'fill','legend' => $param->{$param->graphline});
$graph->draw_stack();
?>

View file

@ -1,3 +1,3 @@
<?php // $Id$
<?php
$ADMIN->add('reports', new admin_externalpage('reportcourseoverview', get_string('courseoverview', 'admin'), "$CFG->wwwroot/$CFG->admin/report/courseoverview/index.php",'report/courseoverview:view'));
?>

View file

@ -1,4 +1,4 @@
<?PHP // $Id$
<?PHP
///////////////////////////////////////////////////////////////////////////
// //
@ -25,5 +25,3 @@
$plugin->version = 2007101503;
$plugin->requires = 2007101532;
?>