Renaming the file to avoid a potential issue with the lingering the-blog-data.db from iteration 9 interfering with iteration 10.

svn: r11284
This commit is contained in:
Danny Yoo 2008-08-15 20:04:50 +00:00
parent 0a29d55875
commit cd03bb635e

View File

@ -9,7 +9,7 @@
(render-blog-page
(initialize-blog!
(build-path (find-system-path 'home-dir)
"the-blog-data.db"))
"the-blog-data.sqlite"))
request))
;; render-blog-page: blog request -> html-response