X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fcocanwiki_emailnotify.ml;h=bd9ec988b82fcc6688f1549705142556d67c6fc0;hb=247bf3832dcd02aae202dcb706ac20458f6ab1f1;hp=bb31ea0f57de9665f19e36ede9574c0f4736364a;hpb=11b93485a29771f4d826c50d9efc6d3607dfa50f;p=cocanwiki.git diff --git a/scripts/cocanwiki_emailnotify.ml b/scripts/cocanwiki_emailnotify.ml index bb31ea0..bd9ec98 100644 --- a/scripts/cocanwiki_emailnotify.ml +++ b/scripts/cocanwiki_emailnotify.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: cocanwiki_emailnotify.ml,v 1.3 2004/09/09 12:21:22 rich Exp $ + * $Id: cocanwiki_emailnotify.ml,v 1.4 2004/09/24 15:53: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 @@ -47,7 +47,7 @@ let email_notify ~subject ~body (dbh : Dbi.connection) hostid = *) let body = body () in - let subject = "Wiki notice: " ^ subject in + let subject = "Site notice: " ^ subject in (* Send the email. *) Sendmail.send_mail ~subject ~to_addr ~body ()