mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fixed a parenthesis mistake
This commit is contained in:
parent
e8ca5d4a2e
commit
9333f5c295
1 changed files with 3 additions and 3 deletions
|
|
@ -158,9 +158,9 @@ if one is present and login fails."
|
|||
sql-connection
|
||||
"select username, password from users where username=?")
|
||||
(list (getf (profile (get-web-site body)) :|username|))))))
|
||||
(cond (and contents
|
||||
(cl-pass:check-password (form-result result "oldpass")
|
||||
(getf (car contents) :|password|)))
|
||||
(cond ((and contents
|
||||
(cl-pass:check-password (form-result result "oldpass")
|
||||
(getf (car contents) :|password|)))
|
||||
(dbi:do-sql
|
||||
sql-connection
|
||||
(sql-update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue