X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Flog.html;h=9be0b7d0a542343d437613ad125097b008c2cde2;hp=f6ac9d9be9f46957f04ed61a340990975f75b148;hb=0edb6050aeb65200869a12d83d8de794ed384154;hpb=36246368fb9b34b03c05572d212e2f48abbb63f2 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;