X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit_page_css.ml;h=6a02a2350a764b553ea987ec348a6e977833acf1;hb=4bc6c4992dbf48fce59efc39cd31f97f03291383;hp=126c2895b467e72a3e00b95c1d14d0a63094c583;hpb=867889b6d04b6381c74974e338672ee02d61920e;p=cocanwiki.git diff --git a/scripts/edit_page_css.ml b/scripts/edit_page_css.ml index 126c289..6a02a23 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.11 2004/10/07 11:36:46 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 deferred" in sth#execute []; let sth = dbh#prepare_cached "update pages set url_deleted = url,