diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-11 13:33:35 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-11 13:33:35 +0200 |
commit | cd63ad537e0fd30a76c4e6698bfd5043f1b91296 (patch) | |
tree | 096cd830adf2e146aca8a6cf44d6282e2bbf7e4e | |
parent | e12c4d0d4f439b401a03908b1aa94bb0675a78bf (diff) |
Fix a typo in the setting of the *QUERY* variable.
Ignore-this: b506b71489624bc76a753439a0dc377
darcs-hash:43462b950ec9f6df3e2d46b64b561b2383cc4adc
-rw-r--r-- | main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ (mapcan #'(lambda (param) (list (keywordify param) (http-query-parameter param))) - (http-query-parameter-list))) '()) + (http-query-parameter-list)))) (*post-number* (parse-integer (or (first *subpath*) (getf *query* :id "")) :junk-allowed t #|| :radix 12 ||#)) |