diff options
Diffstat (limited to 'bin/send-comments')
-rwxr-xr-x | bin/send-comments | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/send-comments b/bin/send-comments index 22c2cef8f..fc61169ef 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -71,6 +71,7 @@ while ( my $body = $bodies->next ) { }, { join => 'problem', + order_by => [ 'confirmed', 'id' ], } ); |