- XML RPC: add user name, ID to team_delta.php XML version

svn path=/trunk/boinc/; revision=13320
This commit is contained in:
David Anderson 2007-08-15 03:07:35 +00:00
parent 8796a8e65e
commit d5a4824db3
2 changed files with 8 additions and 0 deletions

View File

@ -7813,3 +7813,9 @@ Rom 14 Aug 2007
clientscr/
screensaver.cpp, .h
screensaver_win.cpp, .h
David 14 Aug 2007
- XML RPC: add user name, ID to team_delta.php XML version
html/user/
team_delta.php

View File

@ -13,6 +13,8 @@ function show_delta($delta) {
if ($xml) {
echo " <action>
<user_email>$user->email_addr</user_email>
<id>$user->id</id>
<name>$user->name</name>
<action>$what</action>
<total_credit>$delta->total_credit</total_credit>
<when>$when</when>