diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-07 23:30:54 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-07 23:30:54 +0200 |
commit | f94bdc4fad43fe9642f8cfe10a3402dac7e334a0 (patch) | |
tree | 090949650f47c12373ff6f7bb0b3d434d5811f25 | |
parent | 237847bae92c2579cc67bdb941c604165c502971 (diff) |
Fix another typo.
Ignore-this: d58546015170d7b8b42fbe1587a02391
darcs-hash:d2e7c4b5227e9215417140bb9736f0d3e60d30fb
-rw-r--r-- | main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ (unless (spamp comment) (update-records 'journal-comment :where [= [slot-value 'journal-comment 'id] (id-of comment)] - :av-pairs `((spam-p nil)))) + :av-pairs `((spam_p nil)))) (when (eq *site* :nfs.net) (mail-comment *notification-email* comment entry)))) (show-web-journal)) |