Make sure the right path gets opened as DB.
This commit is contained in:
parent
1c15683ec3
commit
461ae8f91e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
;; Returns (possibly cached) SQLite3 DB handle
|
;; Returns (possibly cached) SQLite3 DB handle
|
||||||
(define (mailman3-db)
|
(define (mailman3-db)
|
||||||
(when (not (*cached-mailman3-db*))
|
(when (not (*cached-mailman3-db*))
|
||||||
(*cached-mailman3-db* (open-database "mailman.db")))
|
(*cached-mailman3-db* (open-database (*mailman3-sql-path*))))
|
||||||
(*cached-mailman3-db*))
|
(*cached-mailman3-db*))
|
||||||
|
|
||||||
;; Returns the list of mailman3 mailinglists by querying te
|
;; Returns the list of mailman3 mailinglists by querying te
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue