From: moodler Date: Thu, 26 Aug 2004 14:47:52 +0000 (+0000) Subject: Merged from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2b08c2ab0d8cfa398a36fa90694969b48c0e109d;p=moodle.git Merged from stable --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index b8485c4d63..669f100792 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -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));