From b6650a256a1828c2f9278d0a10f7fd9711f9b271 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 10 May 2004 18:26:31 +0000 Subject: [PATCH] Borders on mailed posts --- mod/forum/lib.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 16ee04572d..9f47998d69 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1056,13 +1056,8 @@ function forum_make_mail_post(&$post, $user, $touser, $course, $output .= "a.autolink:hover {text-decoration: underline; color: red}\n"; $output .= "--> \n\n"; - if ($post->parent) { - $output .= '
'; - $output .= ''; - } else { - $output .= '
'; - $output .= ''; - } + $output .= '
'; + $output .= ''; $output .= "
cellcontent2\" width=\"35\" valign=\"top\">"; $output .= print_user_picture($user->id, $course->id, $user->picture, false, true); -- 2.39.5