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
2410e263
Commit
2410e263
authored
Nov 10, 2003
by
Leigh B. Stoller
Browse files
Oops, remove debugging code.
parent
5c50efb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/moduserinfo.php3
View file @
2410e263
...
...
@@ -648,9 +648,9 @@ if (strcmp($defaults[usr_name], $formfields[usr_name]) ||
#
# mkacct updates the user gecos
#
#
if (HASREALACCOUNT($uid) && HASREALACCOUNT($target_uid)) {
#
SUEXEC($uid, "nobody", "webtbacct mod $target_uid", 1);
#
}
if
(
HASREALACCOUNT
(
$uid
)
&&
HASREALACCOUNT
(
$target_uid
))
{
SUEXEC
(
$uid
,
"nobody"
,
"webtbacct mod
$target_uid
"
,
1
);
}
}
#
...
...
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