fix bug
This commit is contained in:
parent
08853a78d5
commit
a5fe2c2592
|
@ -354,7 +354,7 @@ with the image attached"
|
|||
(trim-whitespace
|
||||
(cdr (assoc "parent-last-name" form
|
||||
:test 'string=))))))
|
||||
(log:info (format nil "Mailing out the camp form for ~"
|
||||
(log:info (format nil "Mailing out the camp form for ~a"
|
||||
(concat first-name " " last-name)))
|
||||
(not (cl-smtp:send-email
|
||||
"mail.tfcconnection.org"
|
||||
|
@ -400,7 +400,7 @@ with the image attached"
|
|||
(trim-whitespace
|
||||
(cdr (assoc "parent-last-name" form
|
||||
:test 'string=))))))
|
||||
(log:info (format nil "Mailing out the health form for ~"
|
||||
(log:info (format nil "Mailing out the health form for ~a"
|
||||
(concat first-name " " last-name)))
|
||||
(not (cl-smtp:send-email
|
||||
"mail.tfcconnection.org"
|
||||
|
|
Loading…
Reference in a new issue