*** empty log message ***

svn path=/trunk/boinc/; revision=11731
This commit is contained in:
Matt Lebofsky 2006-12-28 18:39:58 +00:00
parent f5a521d1a3
commit 6986a1d785
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ function re_user_links($user) {
}
# 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->hasDonated()) {
if ($user->hasDonated() == 1) {
@require_once("../project/donations.inc");
$x .= DONATION_LINK;
}