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
a8aac60d
Commit
a8aac60d
authored
Feb 27, 2003
by
Mac Newbold
Browse files
Fix broken leaders-email-list query.
parent
2e9db1da
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/dbdefs.php3.in
View file @
a8aac60d
...
...
@@ -925,7 +925,8 @@ function TBLeaderMailList($pid, $gid)
"left join group_membership as gm on gm.uid=u.uid "
.
"where (trust='"
.
TBDB_TRUSTSTRING_PROJROOT
.
"' and pid='
$pid
') or (trust='"
.
TBDB_TRUSTSTRING_GROUPROOT
.
"' and gid='
$gid
') order by trust DESC, usr_name"
);
"' and pid='
$pid
' and gid='
$gid
') "
.
"order by trust DESC, usr_name"
);
if
(
mysql_num_rows
(
$query_result
)
==
0
)
{
return
0
;
...
...
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