Add max suspended months to specification.
This commit is contained in:
parent
0fa45c375b
commit
3b67044a6f
5 changed files with 22 additions and 18 deletions
|
@ -30,8 +30,6 @@
|
|||
(
|
||||
*current-month*
|
||||
|
||||
*member-suspend-max-months*
|
||||
|
||||
*etc-hackerbase*
|
||||
|
||||
*members-directory*
|
||||
|
@ -59,9 +57,6 @@
|
|||
(list (+ 1900 (vector-ref d 5))
|
||||
(+ (vector-ref d 4) 1)))))
|
||||
|
||||
;; How long the member can be suspended without any action required?
|
||||
(define *member-suspend-max-months* (make-parameter 24))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Initial configuration from *etc-hackerbase*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue