really hide uid on account search
authorivan <ivan>
Sat, 22 May 2010 19:47:51 +0000 (19:47 +0000)
committerivan <ivan>
Sat, 22 May 2010 19:47:51 +0000 (19:47 +0000)
httemplate/search/svc_acct.cgi

index c13e4a2..d761949 100755 (executable)
@@ -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;