diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-07 23:31:28 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-07 23:31:28 +0200 |
commit | 23f65542a32de726c8b605e108094b74c7a3d137 (patch) | |
tree | 80314cc88a4c46f656ff8f2409fcfdcb24591484 | |
parent | f94bdc4fad43fe9642f8cfe10a3402dac7e334a0 (diff) |
Fix yet another typo.
Ignore-this: 19f02efdf14c355631e75a6de76f2dec
darcs-hash:83d630c474fd176a2beaf08dd4510864fbae2f07
-rw-r--r-- | main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |