Fix prototype call to get_template.
[cocanwiki.git] / scripts / recently_visited.ml
index 8522f6c..bd8da80 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: recently_visited.ml,v 1.5 2006/03/28 18:40:50 rich Exp $
+ * $Id: recently_visited.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
@@ -30,7 +30,7 @@ open Cocanwiki_template
 let limit = 50_l
 
 let run r (q : cgi) dbh hostid _ user =
-  let template = get_template dbh hostid "recently_visited.html" in
+  let template = get_template dbh hostid "recently_visited.html" in
 
   let userid =
     match user with