really hide uid on account search
[freeside.git] / 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;