diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-11-06 18:40:26 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-11-06 18:40:26 +0100 |
commit | 3f03edf9c877647b2809d5023fcfd4bc1191419f (patch) | |
tree | f79f8c232265e4bb98ccd848f1150f422c0f0a55 | |
parent | fa2b1be02b69f690520e7dddbe1b2574ee90478c (diff) |
Fix a typo.
Ignore-this: 9d70a3e19b339a3c796792b97aa59b17
darcs-hash:881e8887bac7cfceecda43b3d229cf71fde10bd7
-rw-r--r-- | main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ (acceptp (getf *query* :acceptp nil)) (table (cond ((string= type "trackback") 'journal_trackback) ((string= type "pingback") 'journal_pingback) - 'journal_comment))) + (t 'journal_comment)))) (with-transaction () (when (and id type acceptp (string= acceptp "t")) (update-records table |