Commit Graph
3 Commits
Author SHA1 Message Date
Andrew Johnson df96c0170a Minor changes to makeBaseApp templates 2022-08-30 14:06:30 -05:00
Michael Davidsaver 19daf6136f ioc template avoid passing "0"
> dbLoadDatabase("../../dbd/_APPNAME_.dbd",0,0)

is being interpreted as

> dbLoadDatabase("../../dbd/_APPNAME_.dbd","0","0")

If "../../dbd/_APPNAME_.dbd" doesn't exist, this will
next attempt to open "0/../../dbd/_APPNAME_.dbd",
which added to my confusion...
2022-06-20 08:09:08 -07:00
Ralph Lange 568c405165 Move all under modules/database 2018-06-19 11:31:13 +02:00