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
1a881737
Commit
1a881737
authored
Jun 09, 2005
by
Leigh B. Stoller
Browse files
Yank out some useless code.
parent
f3886f24
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/sendtestmsg.php3
View file @
1a881737
...
...
@@ -33,10 +33,6 @@ if (! TBCurrentUser($target_uid)) {
# Get email info and Key,
TBUserInfo
(
$target_uid
,
$usr_name
,
$usr_email
);
$key
=
TBGetVerificationKey
(
$target_uid
);
if
(
!
$key
||
!
strcmp
(
$key
,
""
))
{
USERERROR
(
"
$target_uid
does not have a valid verification key!"
,
1
);
}
# Send the email.
TBMAIL
(
"
$usr_name
'
$target_uid
' <
$usr_email
>"
,
...
...
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