summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-05-22 19:47:51 +0000
committerivan <ivan>2010-05-22 19:47:51 +0000
commit6c08340010e68fa7ca0989f4902761c8d0db941f (patch)
tree42842cf14cc6d4e3bf21cf5558a3642e3430d7f4
parent92ef50c3759c1ec6e49cefd8041fd0c2b67226ba (diff)
really hide uid on account search
-rwxr-xr-xhttemplate/search/svc_acct.cgi2
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;