Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fc59b2
)
MDL-35260 - fix trailing whitespace
author
Dan Poltawski
<dan@moodle.com>
Mon, 5 Nov 2012 07:05:13 +0000
(15:05 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 5 Nov 2012 07:05:13 +0000
(15:05 +0800)
admin/courseformats.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/courseformats.php
b/admin/courseformats.php
index
11a5eab
..
a8377de
100644
(file)
--- a/
admin/courseformats.php
+++ b/
admin/courseformats.php
@@
-115,7
+115,7
@@
switch ($action) {
$message = get_string('formatuninstallconfirm', 'admin', $format->displayname);
}
$deleteurl->param('confirm', 1);
- echo $OUTPUT->confirm($message, $deleteurl, $return);
+ echo $OUTPUT->confirm($message, $deleteurl, $return);
} else {
$a = new stdClass();
$a->plugin = $format->displayname;
@@
-128,4
+128,4
@@
switch ($action) {
echo $OUTPUT->footer();
exit;
}
-redirect($return);
\ No newline at end of file
+redirect($return);