X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit_page_title.ml;h=bc51f679dee07c23c7217e850a6b012e0a40bd86;hb=ec0b2fe822bac60e194044fdb7092156705e4595;hp=a410d5c1fcac4c25a1f31bd6df93ba015f12769b;hpb=5b036c1119e5871a8996c98639cd861ea7d93e75;p=cocanwiki.git diff --git a/scripts/edit_page_title.ml b/scripts/edit_page_title.ml index a410d5c..bc51f67 100644 --- a/scripts/edit_page_title.ml +++ b/scripts/edit_page_title.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_page_title.ml,v 1.4 2004/10/10 16:14:43 rich Exp $ + * $Id: edit_page_title.ml,v 1.5 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 @@ -130,7 +130,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} user = "Old title: " ^ old_title ^ "\n" ^ "New title: " ^ new_title ^ "\n" in - email_notify ~subject ~body dbh hostid; + email_notify ~subject ~body ~user dbh hostid; let buttons = [ ok_button ("/" ^ page) ] in ok ~title:"Title changed" ~buttons