+csv dep for PG'OCaml.
[cocanwiki.git] / scripts / links.ml
index 953ad42..7d238e2 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: links.ml,v 1.5 2006/03/28 16:24:07 rich Exp $
+ * $Id: links.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
@@ -35,7 +35,7 @@ open Cocanwiki_links
  * simple machine-parsable text file.
  *)
 let run r (q : cgi) dbh hostid _ _ =
-  let template = get_template dbh hostid "links.txt" in
+  let template = get_template dbh hostid "links.txt" in
 
   if q#param_exists "page" then (
     let page = q#param "page" in