summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-04 10:27:19 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-04 10:27:19 +0000
commitdc08a8c28c933d01ae2f57b09c033a5abe72d1dc (patch)
tree2dcc28dfa8337dede49eca3136d443ff22d69432
parent9a5e960638f32b977bfeaf2dcc430c7274f71f83 (diff)
downloadbrdo-dc08a8c28c933d01ae2f57b09c033a5abe72d1dc.tar.gz
brdo-dc08a8c28c933d01ae2f57b09c033a5abe72d1dc.tar.bz2
(oops, forgot something)
-rw-r--r--account.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/account.php b/account.php
index c6fbd0f27..4598d9250 100644
--- a/account.php
+++ b/account.php
@@ -326,10 +326,8 @@ switch ($op) {
$data[signature] = $edit[signature];
dbsave("users", $data, $user->id);
user_rehash();
-
header("account.php");
}
- showUser($user->userid);
break;
default:
showUser($user->userid);