mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4788
This commit is contained in:
parent
a24afe2b67
commit
164c643695
|
@ -20880,3 +20880,8 @@ Bruce 7 Dec 2004
|
|||
- Moved RCSID tags to END of all .c .C and .cpp files, as per
|
||||
David's request.
|
||||
|
||||
David 7 Dec 2004
|
||||
- fixed PHP bug: account key missing from emails
|
||||
|
||||
html/inc/
|
||||
email.inc
|
||||
|
|
|
@ -44,7 +44,7 @@ in the 'Activate account' page at ".URL_BASE."account_created.php
|
|||
$subject = PROJECT." information for $user->name";
|
||||
$body = "Your ".PROJECT." account information is:
|
||||
Project URL: ".MASTER_URL."
|
||||
Account Key: $auth
|
||||
Account Key: $user->authenticator
|
||||
|
||||
User name: $user->name
|
||||
E-mail: $user->email_addr
|
||||
|
|
|
@ -125,8 +125,7 @@ int process_result_template(
|
|||
) {
|
||||
char* p,*q;
|
||||
char temp[LARGE_BLOB_SIZE], buf[256];
|
||||
char num;
|
||||
int i, retval;
|
||||
int retval;
|
||||
|
||||
while (1) {
|
||||
p = strstr(result_template, OUTFILE_MACRO);
|
||||
|
|
Loading…
Reference in New Issue