X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit.ml;h=8b4482312b7344347720bb0455203768c080d14a;hb=295f2cde3f43ccf7f775d39b95925e10aa4c37cb;hp=893a17fa7676039870aea5ec6aaa89879b4efe53;hpb=fed8bae623ae58ec83206e53be5eb7ed119ce875;p=cocanwiki.git diff --git a/scripts/edit.ml b/scripts/edit.ml index 893a17f..8b44823 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.25 2004/12/01 13:55:55 rich Exp $ + * $Id: edit.ml,v 1.26 2005/03/31 14:24:04 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 @@ -407,7 +407,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} user = template_email#set "opt_out" opt_out; let body = template_email#to_string in Sendmail.send_mail ~subject - ~to_addr:[to_addr] ~body ()) + ~to_addr:[to_addr] body) addrs );