Change subject line so it shows the name of the site.
[cocanwiki.git] / scripts / stats_top.ml
index cf16da4..ed80c0b 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: stats_top.ml,v 1.2 2004/10/23 16:34:58 rich Exp $
+ * $Id: stats_top.ml,v 1.3 2006/03/27 18:09:47 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_server_settings
 
-let run r (q : cgi) (dbh : Dbi.connection) hostid
+let run r (q : cgi) dbh hostid
   { canonical_hostname = canonical_hostname } _ =
   let template = get_template dbh hostid "stats_top.html" in