From c1b8b1b4b1fdd4d86aa7bebd2bbcdfe9f5f21f64 Mon Sep 17 00:00:00 2001 From: Ricardo Rodriguez Date: Thu, 7 Jan 2010 09:54:14 -0500 Subject: [PATCH] Modified the function get_all_post_from_user deleted the cut in the line 3956 CT#469 --- main/forum/forumfunction.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.= '
'; }