]> git.mjollnir.org Git - moodle.git/commitdiff
Remove English word 'ago'
authormoodler <moodler>
Sun, 16 Feb 2003 09:22:52 +0000 (09:22 +0000)
committermoodler <moodler>
Sun, 16 Feb 2003 09:22:52 +0000 (09:22 +0000)
course/user.php

index 62b5db3aed065fec169ca8c0584f352f8d78f5d9..214c97e1ab5617e1fe5ad9f5a2e29ee4306754d9 100644 (file)
@@ -178,7 +178,7 @@ function print_outline_row($mod, $instance, $result) {
     echo "<TD>&nbsp;&nbsp;&nbsp;</TD>";
     if (isset($result->time)) {
         $timeago = format_time(time() - $result->time);
-        echo "<TD VALIGN=top NOWRAP>".userdate($result->time)." ($timeago ago)</TD>";
+        echo "<TD VALIGN=top NOWRAP>".userdate($result->time)." ($timeago)</TD>";
     }
     echo "</TR>";
 }