*** empty log message ***

svn path=/trunk/boinc/; revision=9493
This commit is contained in:
Matt Lebofsky 2006-02-16 22:50:28 +00:00
parent f82c47b686
commit 5f605a5070
1 changed files with 8 additions and 0 deletions

View File

@ -141,6 +141,14 @@ function show_user_summary_public($user) {
} else {
row2("Computers", "hidden");
}
# Does this project accept donations?
# If so, do you want to have a link next to user name as it appears on the web site?
if ($user->donated == 1) {
require_once("../project/donations.inc");
$x .= DONATION_LINK;
row2("Donor",$x);
}
}
function show_profile_link($user) {