Fix typo.
This commit is contained in:
parent
2e873ab8ba
commit
75de98779b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
|
||||
;; Returns true if given member should be notified in given number of months
|
||||
(define (member-to-notify? mr . mmonths)
|
||||
(if (member-active? mr)
|
||||
(if (brmember-active? mr)
|
||||
(let ((months (if (null? mmonths)
|
||||
1
|
||||
(car mmonths)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue