X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Frebuild_links.ml;h=354776a8d43d1ef2f5d2693e8cf05a63aa971337;hb=529b55fe61e017417faae092fe221bbd41368aa5;hp=91d206e21561596a00d0213db7419158cd37895e;hpb=b9bed1282a309aaf3227ec93ccdeacce8cbb89b2;p=cocanwiki.git diff --git a/scripts/rebuild_links.ml b/scripts/rebuild_links.ml index 91d206e..354776a 100644 --- a/scripts/rebuild_links.ml +++ b/scripts/rebuild_links.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: rebuild_links.ml,v 1.2 2004/09/28 11:28:39 rich Exp $ + * $Id: rebuild_links.ml,v 1.3 2004/10/23 12:00:24 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 @@ -82,7 +82,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = (* Finish off. *) dbh#commit (); - print_string r template_done#to_string + ignore (print_string r template_done#to_string) let () = register_script ~restrict:[CanManageSite] run