You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/04/05 12:24:51 UTC

[whimsy] branch master updated: change default to 3

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

rubys 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  962e7ad   change default to 3
962e7ad is described below

commit 962e7adc02e481182ee8acc33a2823b0745c623d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Apr 5 08:24:40 2017 -0400

    change default to 3
---
 www/members/non-participants.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/non-participants.cgi b/www/members/non-participants.cgi
index 25922f4..64cbab4 100755
--- a/www/members/non-participants.cgi
+++ b/www/members/non-participants.cgi
@@ -50,7 +50,7 @@ _html do
 
   _h1 'Non-participating active members'
 
-  @meetingsMissed = (@meetingsMissed || 5).to_i
+  @meetingsMissed = (@meetingsMissed || 3).to_i
 
   # selection
   _form_ do

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].