X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit_page_css.ml;h=e71a195eda27b08c8acf867b843e44fb2b8474d0;hb=2b332786c6f216c5e2e72cc1596ba4c66b5aa2a4;hp=126c2895b467e72a3e00b95c1d14d0a63094c583;hpb=867889b6d04b6381c74974e338672ee02d61920e;p=cocanwiki.git diff --git a/scripts/edit_page_css.ml b/scripts/edit_page_css.ml index 126c289..e71a195 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.10 2004/09/28 10:56: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 @@ -62,7 +62,8 @@ 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, links_to_cn deferred" in sth#execute []; let sth = dbh#prepare_cached "update pages set url_deleted = url,