|
|
@@ -17,8 +17,7 @@
|
|
|
(error "Sqlite3 library not available."))
|
|
|
|
|
|
; open the database file
|
|
|
-(define conn (sqlite3-connect #:database
|
|
|
- dbloc))
|
|
|
+(define conn (sqlite3-connect #:database dbloc))
|
|
|
|
|
|
; user inputs proposal data
|
|
|
(define proptype (getinput "Proposal type"))
|
|
|
@@ -38,4 +37,4 @@
|
|
|
proptype org solic tele pi title coi status submitdate oID)
|
|
|
|
|
|
; close the databse
|
|
|
-(disconnect conn)
|
|
|
+(disconnect conn)
|