From: rich Date: Wed, 16 Nov 2005 10:45:41 +0000 (+0000) Subject: Use Dbi_postgresql module. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=178b673e9cb854430d36069135fce667c59120e1;p=cocanwiki.git Use Dbi_postgresql module. Whitespace change in page_header. --- diff --git a/scripts/lib/cocanwiki.ml b/scripts/lib/cocanwiki.ml index 33eb3b5..c2aca12 100644 --- a/scripts/lib/cocanwiki.ml +++ b/scripts/lib/cocanwiki.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: cocanwiki.ml,v 1.5 2005/03/31 14:24:04 rich Exp $ + * $Id: cocanwiki.ml,v 1.6 2005/11/16 10:45:41 rich Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ open Printf open Cocanwiki_ok open Cocanwiki_strings -module Pool = DbiPool (Dbi_postgres) +module Pool = DbiPool (Dbi_postgresql) (* This function is used to grab a database handle. It's used in a couple * of very special places, and is not for general consumption. diff --git a/templates/page_header.html b/templates/page_header.html index f6aae53..cb4a2a3 100644 --- a/templates/page_header.html +++ b/templates/page_header.html @@ -2,7 +2,7 @@ ::title_html:: -::if(is_old_version)::::end:: +::if(is_old_version)::::end:: ::if(has_description)::::end::