diff options
Diffstat (limited to 'web/html/account.php')
-rw-r--r-- | web/html/account.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/account.php b/web/html/account.php index f15a10a1..50d376f7 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -105,8 +105,8 @@ if (isset($_COOKIE["AURSID"])) { # process_account_form("","new", "NewAccount", in_request("U"), 1, 0, in_request("E"), - in_request("P"), in_request("C"), in_request("R"), - in_request("L"), in_request("I"), in_request("K")); + '', '', in_request("R"), in_request("L"), + in_request("I"), in_request("K")); } else { # display the account request form |