- user web: typo fix. Fixes #1018. From Simek.

svn path=/trunk/boinc/; revision=22441
This commit is contained in:
David Anderson 2010-10-04 00:26:40 +00:00
parent be14996a1e
commit 984440c68f
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

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