*** empty log message ***

svn path=/trunk/boinc/; revision=1151
This commit is contained in:
Eric Heien 2003-04-30 21:42:53 +00:00
parent 4b90c6308f
commit bbc7ab7ea4
1 changed files with 0 additions and 2 deletions

View File

@ -239,8 +239,6 @@ function show_result($result,$show_xml_docs,$show_stderr,$show_times) {
function show_user($user) {
start_table();
row("Created", time_str($user->create_time));
row("Total credit", $user->total_credit);
row("Recent averaged credit:", $user->expavg_credit);
row("Name", $user->name);
row("Authenticator", $user->authenticator);
row("Email address", $user->email_addr);