From 444b64c6be903b6b7ecfc744878579d6ec3cd54f Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Wed, 4 Oct 2000 10:36:47 +0000 Subject: [PATCH] ... and the winner is ... (finally got it to work) --- account.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/account.php b/account.php index 79f857f16f4a..c714f1e36a09 100644 --- a/account.php +++ b/account.php @@ -171,6 +171,9 @@ function account_track_comments() { case "view": showUser($name); break; + case "info": + showUser($user->userid); + break; case "discussion": $theme->header(); $theme->box("Track your comments", account_track_comments()); @@ -326,8 +329,8 @@ function account_track_comments() { $data[signature] = $edit[signature]; dbsave("users", $data, $user->id); user_rehash(); - header("Location: account.php"); } + header("Location: account.php?op=info"); break; default: showUser($user->userid); -- GitLab