iens

Manager of links to read
git clone https://git.instinctive.eu/iens.git
Log | Files | Refs | README | LICENSE

commit 63074046133e2be1cecf9787d445cfc06a0169ca
parent 06d34d26faffd084c41698afa0a46d7c6b5820eb
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Thu, 30 Apr 2026 19:22:51 +0000

First mark time is preserved
Diffstat:
Msrc/cgi.scm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cgi.scm b/src/cgi.scm @@ -652,7 +652,7 @@ END-OF-CSS (db-set-mark id 3 -10))))) (define (db-set-mark id old-v new-v) - (exec (sql db "UPDATE gruik SET mtime=?, mark=?, stime=? + (exec (sql db "UPDATE gruik SET mtime=?, mark=?, stime=COALESCE(stime,?) WHERE mark=? AND id=?;") (current-seconds) new-v