X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Finvite_user_form.ml;h=45473eeb2333025a50e3a22d4a9d521aade525fa;hb=262f6a0c34949247ba6b78399b787e693da38d86;hp=c498230a5caff0e4fc2d10d4e01f16adc7c01222;hpb=0bbc87f2b064e8080f18e77ffcadcd6348ecd9be;p=cocanwiki.git diff --git a/scripts/invite_user_form.ml b/scripts/invite_user_form.ml index c498230..45473ee 100644 --- a/scripts/invite_user_form.ml +++ b/scripts/invite_user_form.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * 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