Removed dependency on imported merjislib.
[cocanwiki.git] / scripts / undelete_file.ml
index c4ec21e..f95c1e9 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: undelete_file.ml,v 1.1 2004/09/07 10:14:09 rich Exp $
+ * $Id: undelete_file.ml,v 1.3 2004/09/07 14:58:34 rich Exp $
  *)
 
 open Apache
@@ -10,11 +10,10 @@ open Cgi
 open Printf
 
 open Cocanwiki
+open Cocanwiki_template
 open Cocanwiki_ok
 
-open Merjisforwiki
-
-let run r (q : cgi) (dbh : Dbi.connection) (hostid, hostname) _ =
+let run r (q : cgi) (dbh : Dbi.connection) (hostid, hostname, _) _ =
   let id = int_of_string (q#param "id") in
 
   if q#param_true "yes" then (