X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit.ml;h=0a07c465666472f6698ae788bc92c4cd6f0888da;hb=7ef3a34598e4f7b50b3ee1a8c34bbdf11c9352f6;hp=8fd59fe36b8752796a377a4c032d40eb1f4f22b3;hpb=b9bed1282a309aaf3227ec93ccdeacce8cbb89b2;p=cocanwiki.git diff --git a/scripts/edit.ml b/scripts/edit.ml index 8fd59fe..0a07c46 100644 --- a/scripts/edit.ml +++ b/scripts/edit.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.ml,v 1.14 2004/09/28 11:28:39 rich Exp $ + * $Id: edit.ml,v 1.15 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 @@ -392,7 +392,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid {hostname = hostname} user = let sth = dbh#prepare_cached "set constraints pages_redirect_cn, sitemenu_url_cn, - page_emails_url_cn, links_from_cn, links_to_cn deferred" in + page_emails_url_cn, links_from_cn deferred" in sth#execute []; (* Mark the old page as deleted. NB. There is a small race