Differences From Artifact [daa8cad43d]:
- File setup.scm — part of check-in [562f01e7e5] at 2011-10-05 03:35:14 on branch move-to-ck4.7.x — few more fixes from porting (user: matt, size: 2705) [annotate] [blame] [check-ins using] [more...]
To Artifact [5f9d0e6d18]:
- File setup.scm — part of check-in [8a162a1405] at 2013-01-05 20:42:53 on branch trunk — Added debug-mode helper function (user: matt, size: 2799) [annotate] [blame] [check-ins using]
︙ | |||
101 102 103 104 105 106 107 108 | 101 102 103 104 105 106 107 108 109 110 111 112 | + + + + | (session:model-path s:session model)) (define (s:db) (sdat-get-conn s:session)) (define (s:never-called-page? page) (session:never-called-page? s:session page)) ;; find out if we are in debugmode (define (s:debug-mode?) (sdat-get-debugmode s:session)) |