(* COCANWIKI - a wiki written in Objective CAML.
* Written by Richard W.M. Jones <rich@merjis.com>.
* Copyright (C) 2004 Merjis Ltd.
- * $Id: edit_file.ml,v 1.1 2004/11/01 17:05:14 rich Exp $
+ * $Id: edit_file.ml,v 1.2 2005/07/19 08:58:39 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
(* Email notify. *)
let subject = "Description fields on file #" ^
- string_of_int id ^ " where changed." in
+ string_of_int id ^ " were changed." in
let body = fun () -> "Page: http://" ^ hostname ^ "/_files" in
email_notify ~body ~subject ~user dbh hostid;
(* COCANWIKI - a wiki written in Objective CAML.
* Written by Richard W.M. Jones <rich@merjis.com>.
* Copyright (C) 2004 Merjis Ltd.
- * $Id: edit_image.ml,v 1.1 2004/11/01 17:05:14 rich Exp $
+ * $Id: edit_image.ml,v 1.2 2005/07/19 08:58:39 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
(* Email notify. *)
let subject = "Description fields on image #" ^
- string_of_int id ^ " where changed." in
+ string_of_int id ^ " were changed." in
let body = fun () -> "Page: http://" ^ hostname ^ "/_images" in
email_notify ~body ~subject ~user dbh hostid;