diff --git a/main/forum/forumfunction.inc.php b/main/forum/forumfunction.inc.php index 060e8ad6c4..c448b775f0 100755 --- a/main/forum/forumfunction.inc.php +++ b/main/forum/forumfunction.inc.php @@ -3953,7 +3953,7 @@ function get_thread_user_post($course_db, $thread_id, $user_id ) $hand_forums.= '
'; $hand_forums.= ''.$posts['post_title'].''; $hand_forums.= '
'; - $hand_forums.= cut($posts['post_text'], 150); + $hand_forums.= $posts['post_text']; $hand_forums.= '
'; $hand_forums.= '
'; }