Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
444b64c6
Commit
444b64c6
authored
Oct 04, 2000
by
Dries
Browse files
... and the winner is ... (finally got it to work)
parent
535e936e
Changes
1
Hide whitespace changes
Inline
Side-by-side
account.php
View file @
444b64c6
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment