Removed dependency on imported merjislib.
[cocanwiki.git] / scripts / files.ml
index f9b7dee..3deb0f2 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: files.ml,v 1.1 2004/09/07 10:14:09 rich Exp $
+ * $Id: files.ml,v 1.3 2004/09/07 14:58:34 rich Exp $
  *)
 
 open Apache
@@ -10,12 +10,11 @@ open Cgi
 open Printf
 
 open Cocanwiki
-
-open Merjisforwiki
+open Cocanwiki_template
 
 let template = get_template "files.html"
 
-let run r (q : cgi) (dbh : Dbi.connection) (hostid, _) _ =
+let run r (q : cgi) (dbh : Dbi.connection) (hostid, _, _) _ =
   let deleted = q#param_true "deleted" in
   template#conditional "deleted" deleted;