Added styling to some pages which previously were "outside" the site
[cocanwiki.git] / scripts / invite_user_form.ml
index c498230..45473ee 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: invite_user_form.ml,v 1.1 2004/10/14 15:57:15 rich Exp $
+ * $Id: invite_user_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 "invite_user_form.html" in
 
   q#template template