]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from 1.7.
authorvyshane <vyshane>
Wed, 14 Feb 2007 01:58:54 +0000 (01:58 +0000)
committervyshane <vyshane>
Wed, 14 Feb 2007 01:58:54 +0000 (01:58 +0000)
mod/forum/lib.php

index fd09923c8bc2123832cdc5d4534e3e4c7d46527d..7ee86c434d7813a6b85e5559f380df8639b8fdc8 100644 (file)
@@ -2216,9 +2216,7 @@ function forum_print_discussion_header(&$post, $forum, $group=-1, $datestring=""
                     echo '</span>';
                 } else {
                     echo '<span class="read">';
-                    echo '<a href="'.$CFG->wwwroot.'/mod/forum/discuss.php?d='.$post->discussion.'#unread">';
                     echo $post->unread;
-                    echo '</a>';
                     echo '</span>';
                 }
             } else {