diff options
-rwxr-xr-x | httemplate/search/svc_acct.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index c13e4a2f4..d7619493a 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -99,7 +99,7 @@ push @color, ''; push @style, ''; #hide the UID, its much less useful these days -unless ( $cgi->param('show_uid') ) { #XXX add a checkbox +if ( $cgi->param('show_uid') ) { #XXX add a checkbox push @header, 'UID'; push @fields, 'uid'; push @links, $link; |