X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fdelete_image_form.ml;h=f004f0890d9fcb481a058f4fdc1c29ab791dab88;hb=a9168cad656af034b671c9dea53057845e2196c9;hp=6d17059809264f0a26e8bead3c530dea6a81dc64;hpb=3062d573a7617339324c23cdd4755f8f04956b92;p=cocanwiki.git diff --git a/scripts/delete_image_form.ml b/scripts/delete_image_form.ml index 6d17059..f004f08 100644 --- a/scripts/delete_image_form.ml +++ b/scripts/delete_image_form.ml @@ -1,7 +1,7 @@ (* COCANWIKI scripts. * Written by Richard W.M. Jones . * 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