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

This commit is contained in:
moodler
2003-06-20 06:58:42 +00:00
parent f95c2a73ca
commit 908d7b30fb
-2
View File
@@ -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);