summaryrefslogtreecommitdiff
path: root/main.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 23:30:54 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 23:30:54 +0200
commitf94bdc4fad43fe9642f8cfe10a3402dac7e334a0 (patch)
tree090949650f47c12373ff6f7bb0b3d434d5811f25 /main.lisp
parent237847bae92c2579cc67bdb941c604165c502971 (diff)
Fix another typo.
Ignore-this: d58546015170d7b8b42fbe1587a02391 darcs-hash:d2e7c4b5227e9215417140bb9736f0d3e60d30fb
Diffstat (limited to 'main.lisp')
-rw-r--r--main.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lisp b/main.lisp
index 36de3d9..50e3af1 100644
--- a/main.lisp
+++ b/main.lisp
@@ -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))