Added the forum->id into the info field

for the "view subscribers" action. To make
this action easily recovereable and to show
forum name when displaying logs.
This commit is contained in:
stronk7 2004-02-22 11:25:09 +00:00
parent 522e2249c6
commit 454e72f7d4

View File

@ -25,7 +25,7 @@
unset($SESSION->fromdiscussion);
add_to_log($course->id, "forum", "view subscribers", "subscribers.php?id=$forum->id", "", $cm->id);
add_to_log($course->id, "forum", "view subscribers", "subscribers.php?id=$forum->id", $forum->id, $cm->id);
$strsubscribers = get_string("subscribers", "forum");
$strforums = get_string("forums", "forum");