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-stable
Commits
87ca3c61
Commit
87ca3c61
authored
Nov 30, 2000
by
Leigh B. Stoller
Browse files
Minor fix to an error statement.
parent
c9c5c049
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showuser.php3
View file @
87ca3c61
...
...
@@ -35,7 +35,7 @@ if (!isset($target_uid) ||
$query_result
=
mysql_db_query
(
$TBDBNAME
,
"SELECT * FROM users WHERE uid=
\"
$target_uid
\"
"
);
if
(
mysql_num_rows
(
$query_result
)
==
0
)
{
USERERROR
(
"The
project
$p
id
is not a valid user"
,
1
);
USERERROR
(
"The
user
$target_u
id
is not a valid user"
,
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