Split the 'page' template into two halves to enable pipelining. The
[cocanwiki.git] / scripts / diff.ml
index a199533..09d21a1 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: diff.ml,v 1.7 2004/09/09 12:21:22 rich Exp $
+ * $Id: diff.ml,v 1.9 2004/11/01 12:57:53 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
@@ -28,7 +28,7 @@ open Cocanwiki
 open Cocanwiki_template
 open Cocanwiki_diff
 
-let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ =
+let run r (q : cgi) (dbh : Dbi.connection) hostid _ user =
   let template = get_template dbh hostid "diff.html" in
 
   let page = q#param "page" in