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:
08b5ac5
)
MDL-31270 mod_assign: Fix another whitespace issue.
author
Dan Poltawski
<dan@moodle.com>
Thu, 3 May 2012 08:35:06 +0000
(16:35 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 3 May 2012 08:46:06 +0000
(16:46 +0800)
Seems I didn't catch them all :(
mod/assign/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/assign/lib.php
b/mod/assign/lib.php
index
d11f867
..
6e744a9
100644
(file)
--- a/
mod/assign/lib.php
+++ b/
mod/assign/lib.php
@@
-419,7
+419,7
@@
function assign_print_recent_activity($course, $viewfullnames, $timestart) {
/**
* Returns all assignments since a given time
- *
+ *
* @param array $activities The activity information is returned in this array
* @param int $index The current index in the activities array
* @param int $timestart The earliest activity to show