Added the navigation box (see email).
[cocanwiki.git] / scripts / cocanwiki_emailnotify.ml
index bb31ea0..bd9ec98 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * 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 ()