X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fset_password_form.ml;h=71d80ef36161ce97c69dbc04b48d9c0479f0f418;hb=3bbcd6cd55f445a3b8b54269237655570c89354b;hp=99a309d64f1ca2c527351dd4755631e898917424;hpb=0b231fd67e1baed0cb500c83a4e97cc84b25423d;p=cocanwiki.git diff --git a/scripts/set_password_form.ml b/scripts/set_password_form.ml index 99a309d..71d80ef 100644 --- a/scripts/set_password_form.ml +++ b/scripts/set_password_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: set_password_form.ml,v 1.3 2006/03/28 16:24:08 rich Exp $ + * $Id: set_password_form.ml,v 1.4 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 "set_password_form.html" in + let template = get_template r dbh hostid "set_password_form.html" in let userid = Int32.of_string (q#param "userid") in