COCANWIKI is now ~95% UTF-8 safe.
[cocanwiki.git] / scripts / create_contact_form.ml
index 8462c70..c7fdb7b 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: create_contact_form.ml,v 1.1 2004/09/21 15:55:48 rich Exp $
+ * $Id: create_contact_form.ml,v 1.2 2006/03/27 18:09:46 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
 open Cocanwiki_template
 
-let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ =
+let run r (q : cgi) dbh hostid _ _ =
   let template = get_template dbh hostid "create_contact_form.html" in
 
   q#template template