X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Flog.html;fp=httemplate%2Fsearch%2Flog.html;h=9be0b7d0a542343d437613ad125097b008c2cde2;hp=f6ac9d9be9f46957f04ed61a340990975f75b148;hb=0edb6050aeb65200869a12d83d8de794ed384154;hpb=5702ca6d01cd5c6c3ab457fc272d2476ddb42b1e diff --git a/httemplate/search/log.html b/httemplate/search/log.html index f6ac9d9be..9be0b7d0a 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -201,7 +201,7 @@ my %colors = ( my $color_sub = sub { $colors{ $_[0]->level }; }; -my @contexts = ('', sort FS::log_context->contexts); +my @contexts = ('', FS::log_context->contexts); <%init> my $curuser = $FS::CurrentUser::CurrentUser;