mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11731
This commit is contained in:
parent
f5a521d1a3
commit
6986a1d785
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue