Bläddra i källkod

Modified the function get_all_post_from_user deleted the cut in the line 3956 CT#469

Ricardo Rodriguez 15 år sedan
förälder
incheckning
c1b8b1b4b1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      main/forum/forumfunction.inc.php

+ 1 - 1
main/forum/forumfunction.inc.php

@@ -3953,7 +3953,7 @@ function get_thread_user_post($course_db, $thread_id, $user_id )
 			 					$hand_forums.= '<div id="social-post">';
 			 					$hand_forums.= '<div id="social-post">';
 			 					$hand_forums.= '<strong>'.$posts['post_title'].'</strong>';
 			 					$hand_forums.= '<strong>'.$posts['post_title'].'</strong>';
 			 					$hand_forums.= '<br / >';
 			 					$hand_forums.= '<br / >';
-			 					$hand_forums.= cut($posts['post_text'], 150);
+			 					$hand_forums.= $posts['post_text'];
 			 					$hand_forums.= '</div>';
 			 					$hand_forums.= '</div>';
 			 					$hand_forums.= '<br / >';
 			 					$hand_forums.= '<br / >';
 			 				}
 			 				}