summaryrefslogtreecommitdiff
path: root/mulkcms.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'mulkcms.lisp')
-rw-r--r--mulkcms.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/mulkcms.lisp b/mulkcms.lisp
index dadefa9..01e11cf 100644
--- a/mulkcms.lisp
+++ b/mulkcms.lisp
@@ -192,13 +192,13 @@
(first cached-data)
(let ((generated-content (funcall thunk)))
(query "DELETE FROM cached_pages
- WHERE characteristic_hash = $1
- AND alias = $2"
+ WHERE characteristic_hash = $1
+ AND alias = $2"
charhashnum
path
:none)
(query "INSERT INTO cached_pages(characteristic_hash, alias, content)
- VALUES ($1, $2, $3)"
+ VALUES ($1, $2, $3)"
charhashnum
path
generated-content