X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit_user_form.ml;fp=scripts%2Fedit_user_form.ml;h=ef3866fcf7f407da2ff1c53bd85b0bb33832b270;hb=3bbcd6cd55f445a3b8b54269237655570c89354b;hp=f9695a52f8c8c05266bcb9e52518bca610a65fa5;hpb=0b231fd67e1baed0cb500c83a4e97cc84b25423d;p=cocanwiki.git diff --git a/scripts/edit_user_form.ml b/scripts/edit_user_form.ml index f9695a5..ef3866f 100644 --- a/scripts/edit_user_form.ml +++ b/scripts/edit_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: edit_user_form.ml,v 1.11 2006/07/26 16:34:18 rich Exp $ + * $Id: edit_user_form.ml,v 1.12 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 @@ -29,7 +29,7 @@ open Cocanwiki_template open Cocanwiki_date let run r (q : cgi) dbh hostid _ _ = - let template = get_template dbh hostid "edit_user_form.html" in + let template = get_template r dbh hostid "edit_user_form.html" in let userid = Int32.of_string (q#param "userid") in