This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bc01f3  LDAP-namecheck print header each 30 rows
4bc01f3 is described below

commit 4bc01f34154e06cbd0d68b6f7cf76e80c1389b12
Author: Craig L Russell <apache....@gmail.com>
AuthorDate: Mon Jul 12 17:08:50 2021 -0700

    LDAP-namecheck print header each 30 rows
---
 www/members/ldap-namecheck.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/ldap-namecheck.cgi b/www/members/ldap-namecheck.cgi
index 0ecb830..4b9d8b0 100755
--- a/www/members/ldap-namecheck.cgi
+++ b/www/members/ldap-namecheck.cgi
@@ -97,7 +97,7 @@ _html do
         next
       end
 
-      if 0 == ++mismatches % 30 # repeat header every 30 lines
+      if 0 == (mismatches += 1) % 30 # repeat header every 30 lines
         _tr bgcolor: 'lightblue' do
           _td 'uid'
           _td "iclas.txt public name"

Reply via email to