diff --git a/checkin_notes b/checkin_notes index 3a301b94d8..54038b1767 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7366,3 +7366,10 @@ Rytis 18 July 2007 html/user/ forum_forum.php forum_index.php + +David 18 July 2007 + - back out my last change. + There are a number of situations where this is undesirable. + + html/user/ + team_founder_transfer_form.php diff --git a/client/sim.C b/client/sim.C index d54825eed6..449c0b87ec 100644 --- a/client/sim.C +++ b/client/sim.C @@ -498,8 +498,14 @@ void CLIENT_STATE::html_start(bool show_prev) { } fprintf(html_out, "message log
" - "
Time | \n" ); + for (int i=0; iNotes |
---|