From: ivan Date: Sat, 22 May 2010 19:47:51 +0000 (+0000) Subject: really hide uid on account search X-Git-Tag: root_of_svc_elec_features~242 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6c08340010e68fa7ca0989f4902761c8d0db941f really hide uid on account search --- 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;