summaryrefslogtreecommitdiff
path: root/account.php
diff options
context:
space:
mode:
authornatrak <>2000-06-02 21:28:27 +0000
committernatrak <>2000-06-02 21:28:27 +0000
commit5268c1c472dee8e6e03eec8db3a71a7dd6a8bf95 (patch)
treed14179533bfa79c3a208730b4dd43b37c6dc00bc /account.php
parent9891952c347d94f8ff497aa6ddbaf7fdaa98b75d (diff)
downloadbrdo-5268c1c472dee8e6e03eec8db3a71a7dd6a8bf95.tar.gz
brdo-5268c1c472dee8e6e03eec8db3a71a7dd6a8bf95.tar.bz2
Blah. Didnt save this one before commiting the last fix. Some day I will get this right.
Diffstat (limited to 'account.php')
-rw-r--r--account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.php b/account.php
index 7d1f999ab..1c9cccf57 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);