From 5268c1c472dee8e6e03eec8db3a71a7dd6a8bf95 Mon Sep 17 00:00:00 2001 From: natrak <> Date: Fri, 2 Jun 2000 21:28:27 +0000 Subject: [PATCH] Blah. Didnt save this one before commiting the last fix. Some day I will get this right. --- account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account.php b/account.php index 7d1f999ab6b..1c9cccf575f 100644 --- a/account.php +++ b/account.php @@ -83,7 +83,7 @@ function makePassword($min_length=6) { return $password; } -switch ($act) { +switch ($op) { case "Login": session_start(); $user = new User($userid,$passwd);