Ver Fonte

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

Ricardo Rodriguez há 15 anos atrás
pai
commit
c1b8b1b4b1
1 ficheiros alterados com 1 adições e 1 exclusões
  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.= '<strong>'.$posts['post_title'].'</strong>';
 			 					$hand_forums.= '<br / >';
-			 					$hand_forums.= cut($posts['post_text'], 150);
+			 					$hand_forums.= $posts['post_text'];
 			 					$hand_forums.= '</div>';
 			 					$hand_forums.= '<br / >';
 			 				}