summaryrefslogtreecommitdiff
path: root/main.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 23:31:28 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 23:31:28 +0200
commit23f65542a32de726c8b605e108094b74c7a3d137 (patch)
tree80314cc88a4c46f656ff8f2409fcfdcb24591484 /main.lisp
parentf94bdc4fad43fe9642f8cfe10a3402dac7e334a0 (diff)
Fix yet another typo.
Ignore-this: 19f02efdf14c355631e75a6de76f2dec darcs-hash:83d630c474fd176a2beaf08dd4510864fbae2f07
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 50e3af1..9bc8d43 100644
--- a/main.lisp
+++ b/main.lisp
@@ -181,7 +181,7 @@
(update-records-from-instance comment)
(update-records-from-instance entry)
(unless (spamp comment)
- (update-records 'journal-comment
+ (update-records 'journal_comment
:where [= [slot-value 'journal-comment 'id] (id-of comment)]
:av-pairs `((spam_p nil))))
(when (eq *site* :nfs.net)