Fixed some typos in the address changed confirmation email.

svn path=/trunk/boinc/; revision=1801
This commit is contained in:
David Anderson 2003-07-25 00:45:08 +00:00
parent ff0f47bac0
commit 003ef8cb06
1 changed files with 3 additions and 4 deletions

View File

@ -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();