[freeside-commits] freeside/httemplate/search svc_acct.cgi, 1.60, 1.61

Ivan,,, ivan at wavetail.420.am
Sat May 22 12:47:53 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv31705

Modified Files:
	svc_acct.cgi 
Log Message:
really hide uid on account search

Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/svc_acct.cgi,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -w -d -r1.60 -r1.61
--- svc_acct.cgi	22 May 2010 19:13:11 -0000	1.60
+++ svc_acct.cgi	22 May 2010 19:47:51 -0000	1.61
@@ -99,7 +99,7 @@
 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;



More information about the freeside-commits mailing list