Use new current month/day forms.
This commit is contained in:
parent
03520fc63b
commit
fc0d87cbdd
4 changed files with 51 additions and 45 deletions
|
@ -236,8 +236,8 @@
|
|||
(let mloop ((data '())
|
||||
(month (members-base-oldest-month mb)))
|
||||
(if (cal-month<? month (*current-month*))
|
||||
(let ((bi (parameterize ((*current-month* month))
|
||||
(mbase-info mb))))
|
||||
(let ((bi (with-current-month month
|
||||
(mbase-info mb))))
|
||||
(let kloop ((row (list (ldict-ref bi 'month)))
|
||||
(keys (cdr keys)))
|
||||
(if (null? keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue