X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit.ml;h=af885a1081cbf176e293b2c24a4477b51748b7aa;hb=7c61259403b6ecfad9d7924f319bb9dc3d252e17;hp=2e4a6cd3a19629a99808c44848e0956b2cdf092f;hpb=6eacefcb7258db7b56fe796af84961cafac90eac;p=cocanwiki.git diff --git a/scripts/edit.ml b/scripts/edit.ml index 2e4a6cd..af885a1 100644 --- a/scripts/edit.ml +++ b/scripts/edit.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.ml,v 1.20 2004/10/11 14:13:04 rich Exp $ + * $Id: edit.ml,v 1.21 2004/10/21 19:54:29 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 @@ -431,7 +431,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} user = "Page: http://" ^ hostname ^ "/" ^ url ^ "\n\n" ^ diff in - email_notify ~body ~subject dbh hostid; + email_notify ~body ~subject ~user dbh hostid; (* Redirect back to the URL. *) q#redirect ("http://" ^ hostname ^ "/" ^ url);