Changes between Initial Version and Version 1 of Ticket #501


Ignore:
Timestamp:
Nov 20, 2007, 2:55:06 PM (16 years ago)
Author:
Nicolas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #501

    • Property Keywords patch forum added; Forum button placement removed
  • Ticket #501 – Description

    initial v1  
    1 forum.inc line 499 (Rev. 14269)
    2 
     1[source:trunk/boinc/html/inc/forum.inc@14269#L499 forum.inc line 499 (Rev. 14269)]
     2{{{
    33    show_button($url, "Send message", "Send $name a private message");
    44    echo "Joined: ", gmdate('M j y', $user->create_time), "<br>";
    5 
     5}}}
    66would better be
    7 
     7{{{
    88    show_button($url, "Send message", "Send $name a private message");
    99    echo "<br>Joined: ", gmdate('M j y', $user->create_time), "<br>";
     10}}}