Skip to content

Commit

Permalink
fix for dubeaud#112
Browse files Browse the repository at this point in the history
  • Loading branch information
dubeaud committed Jun 7, 2015
1 parent 31fd8f2 commit 8c87df0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ FROM
LEFT OUTER JOIN BugNet_UserProfiles UP ON U.UserName = UP.UserName
WHERE
IssueId = @IssueId
AND M.Email IS NOT NULL
ORDER BY
DisplayName

Expand Down

0 comments on commit 8c87df0

Please sign in to comment.