X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit_page_css.ml;h=22cab690cc0fa03fb555fe2e346310a09c77cddc;hb=bfc0f85bc1869f5139505dd6ffbacecb1af564a4;hp=126c2895b467e72a3e00b95c1d14d0a63094c583;hpb=867889b6d04b6381c74974e338672ee02d61920e;p=cocanwiki.git diff --git a/scripts/edit_page_css.ml b/scripts/edit_page_css.ml index 126c289..22cab69 100644 --- a/scripts/edit_page_css.ml +++ b/scripts/edit_page_css.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_css.ml,v 1.8 2004/09/21 13:01:15 rich Exp $ + * $Id: edit_page_css.ml,v 1.13 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 @@ -62,7 +62,9 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} user = | _ -> assert false in let sth = dbh#prepare_cached - "set constraints pages_redirect_cn, sitemenu_url_cn deferred" in + "set constraints pages_redirect_cn, sitemenu_url_cn, + page_emails_url_cn, links_from_cn, recently_visited_url_cn + deferred" in sth#execute []; let sth = dbh#prepare_cached "update pages set url_deleted = url, @@ -97,7 +99,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} user = "Page: http://" ^ hostname ^ "/" ^ page ^ "\n\n" ^ diff in - email_notify ~subject ~body dbh hostid; + email_notify ~subject ~body ~user dbh hostid; let buttons = [ ok_button ("/" ^ page); { StdPages.label = "Edit stylesheet again";