Logging in and logging out.
[cocanwiki.git] / scripts / delete_image_form.ml
index 6d17059..f004f08 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: delete_image_form.ml,v 1.1 2004/09/07 10:14:09 rich Exp $
+ * $Id: delete_image_form.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 "delete_image_form.html"
 
-let run r (q : cgi) (dbh : Dbi.connection) (hostid, _) _ =
+let run r (q : cgi) (dbh : Dbi.connection) (hostid, _, _) _ =
   let id = int_of_string (q#param "id") in
 
   let sth = dbh#prepare_cached "select name, width, height, alt