mirror of https://github.com/BOINC/boinc.git
- user web: typo fix. Fixes #1018. From Simek.
svn path=/trunk/boinc/; revision=22441
This commit is contained in:
parent
be14996a1e
commit
984440c68f
|
@ -7029,3 +7029,9 @@ David 1 Oct 2010
|
|||
sched_version.cpp
|
||||
client/
|
||||
log_flags.cpp
|
||||
|
||||
David 3 Oct 2010
|
||||
- user web: typo fix. Fixes #1018. From Simek.
|
||||
|
||||
html/user/
|
||||
merge_by_name.php
|
||||
|
|
|
@ -43,7 +43,7 @@ function merge_name($list) {
|
|||
echo "<br>$error\n";
|
||||
}
|
||||
// refresh from DB (otherwise credit increments get lost)
|
||||
$newest_host = BoincHost:lookup_id($newest_host->id);
|
||||
$newest_host = BoincHost::lookup_id($newest_host->id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue