About half way through switching cocanwiki to using the new PG interface.
[cocanwiki.git] / scripts / delete_file.ml
index 209afc6..77401e0 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: delete_file.ml,v 1.8 2004/11/01 17:05:14 rich Exp $
+ * $Id: delete_file.ml,v 1.9 2005/11/24 14:54:11 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
@@ -59,7 +59,7 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid { hostname = hostname } user=
     (* Done. *)
     let buttons = [ ok_button "/_files" ] in
     ok ~title:"File deleted" ~buttons
-      q "File was deleted successfully."
+      dbh hostid q "File was deleted successfully."
   ) else
     q#redirect ("http://" ^ hostname ^ "/_files")