Skip to content

Commit

Permalink
Merged from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Aug 26, 2004
1 parent 8e3c7e8 commit 2b08c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/forum/lib.php
Expand Up @@ -1413,6 +1413,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link
$stredit = get_string("edit", "forum");
$strdelete = get_string("delete", "forum");
$strreply = get_string("reply", "forum");
$strparent = get_string("parent", "forum");
$strprune = get_string("prune", "forum");
$strpruneheading = get_string("pruneheading", "forum");
$threadedmode = (!empty($USER->mode) and ($USER->mode == FORUM_MODE_THREADED));
Expand Down

0 comments on commit 2b08c2a

Please sign in to comment.