MDL-31270 mod_assign: Fix another whitespace issue.
authorDan Poltawski <dan@moodle.com>
Thu, 3 May 2012 08:35:06 +0000 (16:35 +0800)
committerDan 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

index d11f867..6e744a9 100644 (file)
@@ -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