Differences From Artifact [b9d002f916]:
- File commonmod.scm — part of check-in [621ec7fe98] at 2021-05-02 22:49:18 on branch v1.6584-ck5 — wip (user: matt, size: 146503) [annotate] [blame] [check-ins using]
To Artifact [89d0b29ed8]:
- File commonmod.scm — part of check-in [60d056bd58] at 2021-05-10 23:25:10 on branch v1.6584-ck5 — Ripped up and rebuilt (but not completed) send-recieve (user: matt, size: 146673) [annotate] [blame] [check-ins using]
︙ | |||
3773 3774 3775 3776 3777 3778 3779 | 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 | - - + + + + + + | ;; ;; ;; (define (mddb:get-dashboards) ;; (let ((db (mddb:open-db))) ;; (query fetch-column ;; (sql db "SELECT ipaddr || ':' || portnum FROM dashboards;")))) |