mirror of https://github.com/BOINC/boinc.git
web: add mising closing parenthesis
This commit is contained in:
parent
ae7200490a
commit
b6804ab5de
|
@ -34,7 +34,7 @@ define("DELETE_ACCOUNT_METHOD_PROJECT_DEFINED", 3);
|
|||
|
||||
// Constant for how long to sleep after invalidating authenticator before proceeding with rest of delete
|
||||
// This is done on the chance that there is an active scheduler request in progress
|
||||
if (!defined("DELETE_DELAY") define("DELETE_DELAY", 2);
|
||||
if (!defined("DELETE_DELAY")) define("DELETE_DELAY", 2);
|
||||
|
||||
|
||||
function check_delete_account_token($userid, $token) {
|
||||
|
@ -190,4 +190,4 @@ function wipe_account($user) {
|
|||
// final action
|
||||
delete_user($user); //from user_util.inc
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue