X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fcreate_macro_form.ml;h=fc101f9b0aa953608fa34e0f5b874439ccd20918;hb=d2de471ff7e79c1d6096bd8132aad80258852cdd;hp=9346c81557e7274958242192966712cfdd695762;hpb=73fe8c520c9864bf4091ec88d2dfc389473cc188;p=cocanwiki.git diff --git a/scripts/create_macro_form.ml b/scripts/create_macro_form.ml index 9346c81..fc101f9 100644 --- a/scripts/create_macro_form.ml +++ b/scripts/create_macro_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: create_macro_form.ml,v 1.1 2006/07/26 16:26:43 rich Exp $ + * $Id: create_macro_form.ml,v 1.2 2006/12/06 09:46:57 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 "create_macro_form.html" in + let template = get_template r dbh hostid "create_macro_form.html" in q#template template