Updated MANIFEST.
[cocanwiki.git] / scripts / mailing_list_view.ml
index f0cfc38..6ce6ddf 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: mailing_list_view.ml,v 1.4 2006/03/28 13:20:00 rich Exp $
+ * $Id: mailing_list_view.ml,v 1.5 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
@@ -29,8 +29,8 @@ open Cocanwiki_template
 open Cocanwiki_date
 
 let run r (q : cgi) dbh hostid _ _ =
-  let template = get_template dbh hostid "mailing_list_view.html" in
-  let template_csv = get_template dbh hostid "mailing_list_view.txt" in
+  let template = get_template dbh hostid "mailing_list_view.html" in
+  let template_csv = get_template dbh hostid "mailing_list_view.txt" in
 
   (* CSV format? *)
   let csv = q#param_true "csv" in