You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2020/02/06 14:05:13 UTC

[whimsy] branch master updated: ROTFL, paying attention to the variable this time

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

curcuru 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 ec68a4e  ROTFL, paying attention to the variable this time
ec68a4e is described below

commit ec68a4e898edcd701e975078c7824fc97ae7687b
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Thu Feb 6 09:04:59 2020 -0500

    ROTFL, paying attention to the variable this time
---
 www/members/inactive.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/inactive.cgi b/www/members/inactive.cgi
index 73d634a..5562228 100755
--- a/www/members/inactive.cgi
+++ b/www/members/inactive.cgi
@@ -84,7 +84,7 @@ _html do
           end
         end
         _p.text_success "Great! Thanks for attending Member's meetings recently! Overall attends: #{att} Non-attends: #{miss}"
-        if att == miss
+        if 0 == miss
           _p.text_success "WOW! 100% attendance rate - thanks!"
         end
       end