http://atutor.ca/atutor/mantis/view.php?id=4658
authorharris wong <hwong@ocad.ca>
Wed, 15 Dec 2010 17:33:30 +0000 (17:33 -0000)
committerharris wong <hwong@ocad.ca>
Wed, 15 Dec 2010 17:33:30 +0000 (17:33 -0000)
docs/mods/_standard/forums/dropdown/posts.inc.php

index c8fb6b3..b04db13 100644 (file)
@@ -33,7 +33,7 @@ if ($forum_list != 0) {
 
        if (mysql_num_rows($result) > 0) {
                while ($row = mysql_fetch_assoc($result)) {
-                       echo '&#176; <a href="' . $_base_path.url_rewrite('mods/_standard/forums/forum/view.php?fid=' . $row['forum_id'] . htmlentities(SEP) . 'pid=' . $row['post_id']) . '" title="' . $row['subject'] . ': ' . htmlspecialchars(get_display_name($row['member_id'])) . '">' . AT_print(validate_length($row['subject'], 20, VALIDATE_LENGTH_FOR_DISPLAY), 'forums_threads.subject') . '</a><br />';
+                       echo '&#176; <a href="' . $_base_path.url_rewrite('mods/_standard/forums/forum/view.php?fid=' . $row['forum_id'] . SEP . 'pid=' . $row['post_id']) . '" title="' . $row['subject'] . ': ' . htmlspecialchars(get_display_name($row['member_id'])) . '">' . AT_print(validate_length($row['subject'], 20, VALIDATE_LENGTH_FOR_DISPLAY), 'forums_threads.subject') . '</a><br />';
                }
        } else {
                echo '<strong>'._AT('none_found').'</strong>';