Skip to content
GitLab
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
bbfe4885
Commit
bbfe4885
authored
Mar 08, 2007
by
Russ Fish
Browse files
Don't bomb showing archived users.
parent
84a7b6de
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showstuff.php3
View file @
bbfe4885
...
...
@@ -354,7 +354,7 @@ function SHOWWIDEAREAACCOUNTS($webid) {
$none
=
TBDB_TRUSTSTRING_NONE
;
if
(
!
(
$user
=
User
::
Lookup
(
$webid
)))
{
TBERROR
(
"Error getting object for user
$webid
"
,
1
)
;
return
;
}
$uid
=
$user
->
uid
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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