mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
style
This commit is contained in:
parent
5235829c6a
commit
29122904ec
2 changed files with 45 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
(cc:query (connection-id clog-obj) "clog['post-data']")))
|
||||
|
||||
(defun form-data-item (form-data item)
|
||||
"Return value for ITEM from a FROM-DATA a-list"
|
||||
"Return value for ITEM from FROM-DATA a-list"
|
||||
(cdr (assoc item form-data :test #'equalp)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue