X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fsend_feedback_form.ml;h=ba2b3213bd185027411c64b8f1cc4d9932d5862c;hb=262f6a0c34949247ba6b78399b787e693da38d86;hp=7d0941021464b5f7a6bdcb579c67be9f6b65a175;hpb=50799fee9a4c3906fe0ab9988df83af2109fa269;p=cocanwiki.git diff --git a/scripts/send_feedback_form.ml b/scripts/send_feedback_form.ml index 7d09410..ba2b321 100644 --- a/scripts/send_feedback_form.ml +++ b/scripts/send_feedback_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: send_feedback_form.ml,v 1.3 2004/10/04 15:19:56 rich Exp $ + * $Id: send_feedback_form.ml,v 1.4 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 "send_feedback_form.html" in let page = q#param "page" in