From 6c08340010e68fa7ca0989f4902761c8d0db941f Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 22 May 2010 19:47:51 +0000 Subject: [PATCH] really hide uid on account search --- httemplate/search/svc_acct.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0