Styling for the 404 page too.
[cocanwiki.git] / scripts / restore.ml
index 431a937..e41d364 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: restore.ml,v 1.22 2006/07/26 13:41:37 rich Exp $
+ * $Id: restore.ml,v 1.23 2006/07/27 16:46:55 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
@@ -78,7 +78,7 @@ let run r (q : cgi) dbh hostid {hostname = hostname} user =
                  where pageid = $version";
 
     (* Keep the links table in synch. *)
-    Cocanwiki_links.update_links_for_page dbh hostid page;
+    Cocanwiki_links.update_links_for_page dbh hostid page;
 
     PGOCaml.commit dbh;