Commit 00b5a119 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 364920 - "Watcher list should be sorted alphabetically" [p=reed r=LpSolit a=justdave]

parent ea564b10
......@@ -201,7 +201,8 @@ sub DoEmail {
my $watched_ref = $dbh->selectcol_arrayref(
"SELECT profiles.login_name FROM watch INNER JOIN profiles" .
" ON watch.watched = profiles.userid" .
" WHERE watcher = ?",
" WHERE watcher = ?" .
" ORDER BY profiles.login_name",
undef, $user->id);
$vars->{'watchedusers'} = $watched_ref;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment