Updated MANIFEST.
[cocanwiki.git] / scripts / mail_rebuild.ml
index 458c692..47681cb 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: mail_rebuild.ml,v 1.5 2006/07/27 16:46:55 rich Exp $
+ * $Id: mail_rebuild.ml,v 1.6 2006/12/06 09:46:57 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
@@ -39,7 +39,7 @@ let run r (q : cgi) dbh hostid _ user =
 
   (* Finish off. *)
   ok ~title:"Rebuilt"
-    dbh hostid q "Thread index rebuilt."
+    dbh hostid q "Thread index rebuilt."
 
 let () =
   register_script ~restrict:[CanImportMail] run