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
a59aa8b3
Commit
a59aa8b3
authored
Jun 04, 2017
by
Mike Hibler
Browse files
Don't bother to sort names for email list, just causes mysql 5.7 grief.
parent
fec95b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Group.pm.in
View file @
a59aa8b3
#
!/usr/bin/perl -wT
#
#
Copyright
(
c
)
2005
-
201
6
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2005
-
201
7
University
of
Utah
and
the
Flux
Group
.
#
#
{{{
EMULAB
-
LICENSE
#
...
...
@@ -1168,8 +1168,7 @@ sub LeaderMailList($)
"left join group_membership as gm on "
.
" gm.uid_idx=u.uid_idx "
.
"where gid_idx='$gid_idx' and "
.
" (trust='$projroot' or trust='$grouproot') "
.
"order by trust DESC, usr_name"
);
" (trust='$projroot' or trust='$grouproot')"
);
while
(
my
($
name
,$
uid
,$
email
)
=
$
query_result
->
fetchrow_array
())
{
$
mailstr
.=
", "
...
...
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