mirror of https://github.com/BOINC/boinc.git
Fixed some typos in the address changed confirmation email.
svn path=/trunk/boinc/; revision=1801
This commit is contained in:
parent
ff0f47bac0
commit
003ef8cb06
|
@ -8,11 +8,10 @@ function send_verify_email($user, $email_addr, $key) {
|
||||||
mail(
|
mail(
|
||||||
$email_addr,
|
$email_addr,
|
||||||
PROJECT." account email change",
|
PROJECT." account email change",
|
||||||
"You have asked that the email address of your PROJECT account
|
"You have asked that the email address of your " . PROJECT . " account be changed to $email_addr.
|
||||||
be changed to $email_addr.
|
|
||||||
To confirm this change, please visit the following URL:
|
To confirm this change, please visit the following URL:
|
||||||
".(URL_BASE || MASTER_URL)."/confirm_email_change.php?id=$user->id&str=$key"
|
". URL_BASE ."confirm_email_change.php?id=$user->id&str=$key"
|
||||||
);
|
); // Changed from (URL_BASE || MASTER_URL)
|
||||||
}
|
}
|
||||||
|
|
||||||
db_init();
|
db_init();
|
||||||
|
|
Loading…
Reference in New Issue