mirror of https://github.com/BOINC/boinc.git
- XML RPC: add user name, ID to team_delta.php XML version
svn path=/trunk/boinc/; revision=13320
This commit is contained in:
parent
8796a8e65e
commit
d5a4824db3
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue