From: moodler <moodler>
Date: Fri, 20 Jun 2003 06:58:42 +0000 (+0000)
Subject: Seems to be working pretty good - removing old lines no longer needed
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=908d7b30fb37d3146833fa042ff0b267f30fcd1d;p=moodle.git

Seems to be working pretty good - removing old lines no longer needed
---

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);