mirror of https://github.com/BOINC/boinc.git
admin web: typo fix
This commit is contained in:
parent
1918a70e2e
commit
fa7ded6751
|
@ -144,7 +144,7 @@ function delete_profiles() {
|
|||
if (has_link($p->response1) || has_link($p->response2)) {
|
||||
$user = BoincUser::lookup_id($p->userid);
|
||||
if (!$user) {
|
||||
echo "profile has missing user: %p->userid\n";
|
||||
echo "profile has missing user: $p->userid\n";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue