Skip to content

Commit

Permalink
Old messages are no longer replaced by new messages in the messages
Browse files Browse the repository at this point in the history
pane of the discussion window
  • Loading branch information
moodler committed Jan 11, 2005
1 parent d99f0a5 commit 03a2194
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions message/user.php
Expand Up @@ -58,6 +58,13 @@
scrolling="no" marginwidth="2" marginheight="2">
</frameset>
<noframes>Sorry, but support for Frames is required to use Messaging</noframes>

<!-- The following is a wierd hack that makes ADDING text to the *messages* frame work later.
Don't ask me why, I don't know, but it works. -->
<script language="Javascript">
info.document.location.replace('<?php echo "$CFG->wwwroot/message/user.php?id=$user->id&frame=info"?>');
</script>

</html>
<?php
}
Expand Down

0 comments on commit 03a2194

Please sign in to comment.