Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
5d4b8f22
Commit
5d4b8f22
authored
Sep 12, 2002
by
Leigh B. Stoller
Browse files
Fix small error that was causing changes to the URL to be lost.
parent
dc6d42e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/moduserinfo.php3
View file @
5d4b8f22
...
...
@@ -459,7 +459,7 @@ if ((isset($password1) && strcmp($password1, "")) &&
#
DBQueryFatal
(
"UPDATE users SET "
.
"usr_name=
\"
$usr_name
\"
, "
.
"usr_URL=
\"
$usr_
url
\"
, "
.
"usr_URL=
\"
$usr_
URL
\"
, "
.
"usr_addr=
\"
$usr_addr
\"
, "
.
"usr_phone=
\"
$usr_phone
\"
, "
.
"usr_title=
\"
$usr_title
\"
, "
.
...
...
@@ -479,7 +479,7 @@ TBMAIL("$usr_name <$usr_email>",
"
\n
"
.
"Name:
$usr_name
\n
"
.
"Email:
$usr_email
\n
"
.
"URL:
$usr_
url
\n
"
.
"URL:
$usr_
URL
\n
"
.
"Affiliation:
$usr_affil
\n
"
.
"Address:
$usr_addr
\n
"
.
"Phone:
$usr_phone
\n
"
.
...
...
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