Skip to content

Commit

Permalink
Now print_recent_activity_note() supports filterall (in text).
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 27, 2005
1 parent c8b0a50 commit 188e4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/weblib.php
Expand Up @@ -2802,7 +2802,7 @@ function print_recent_activity_note($time, $user, $isteacher, $text, $link) {
echo '<span class="date">'.$date.'</span> - '.
'<span class="name">'.fullname($user, $isteacher).'</span>';
echo '</div>';
echo '<div class="info"><a href="'.$link.'">'.$text.'</a></div>';
echo '<div class="info"><a href="'.$link.'">'.format_string($text,true).'</a></div>';
}


Expand Down

0 comments on commit 188e4dd

Please sign in to comment.