Skip to content

Commit

Permalink
Closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyReimer committed Feb 19, 2024
1 parent 4f34693 commit a0cde91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rockets-edit-post.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
(set 'PosterId Rockets:UserId) ; ONLY I MAY POST FOR NOW
(set 'PostSubject ($POST "subjectline"))
(set 'PostContent ($POST "post"))
(set 'PostDate (date (date-value) 0 "%Y-%m-%d %H:%M:%S.000"))
(update-record "Posts" Id PosterId PostDate PostSubject PostContent) ; It's the U in CRUD!
;(set 'PostDate (date (date-value) 0 "%Y-%m-%d %H:%M:%S.000"))
(update-record "Posts" Id PosterId PostSubject PostContent) ; It's the U in CRUD!
;(displayln "<B>Posting disabled for the moment...</b>")
)
)
Expand Down

0 comments on commit a0cde91

Please sign in to comment.