From 908d7b30fb37d3146833fa042ff0b267f30fcd1d Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 20 Jun 2003 06:58:42 +0000 Subject: [PATCH] Seems to be working pretty good - removing old lines no longer needed --- mod/forum/post.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/forum/post.php b/mod/forum/post.php index 091c2e341a..d376fa9638 100644 --- a/mod/forum/post.php +++ b/mod/forum/post.php @@ -179,7 +179,6 @@ $post->subject = "$strre $post->subject"; } - forum_set_return(); unset($SESSION->fromdiscussion); } else if (isset($edit)) { // User is editing their own post @@ -215,7 +214,6 @@ $post->course = $course->id; $post->forum = $forum->id; - forum_set_return(); unset($SESSION->fromdiscussion); -- 2.39.5