Fix prototype call to get_template.
authorrich <rich>
Thu, 7 Dec 2006 17:05:32 +0000 (17:05 +0000)
committerrich <rich>
Thu, 7 Dec 2006 17:05:32 +0000 (17:05 +0000)
scripts/00-TEMPLATE.ml.

index b02bd67..51ecafb 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: 00-TEMPLATE.ml.,v 1.2 2006/08/09 15:35:22 rich Exp $
+ * $Id: 00-TEMPLATE.ml.,v 1.3 2006/12/07 17:05:32 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
@@ -28,7 +28,7 @@ open Cocanwiki
 open Cocanwiki_template
 
 let run r (q : cgi) dbh hostid _ _ =
-  let template = get_template dbh hostid "00-TEMPLATE.html" in
+  let template = get_template dbh hostid "00-TEMPLATE.html" in