admin web: typo fix

This commit is contained in:
David Anderson 2015-01-26 10:14:57 -08:00
parent 1918a70e2e
commit fa7ded6751
1 changed files with 1 additions and 1 deletions

View File

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