Don't forget the date\!
[cocanwiki.git] / scripts / delete_image.ml
index 04cc50a..526ed8c 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_image.ml,v 1.10 2006/03/27 18:09:46 rich Exp $
+ * $Id: delete_image.ml,v 1.11 2006/12/06 09:46:57 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
@@ -60,7 +60,7 @@ let run r (q : cgi) dbh hostid { hostname = hostname } user=
     (* Done. *)
     let buttons = [ ok_button "/_images" ] in
     ok ~title:"Image deleted" ~buttons
-      dbh hostid q "Image was deleted successfully."
+      dbh hostid q "Image was deleted successfully."
   ) else
     q#redirect ("http://" ^ hostname ^ "/_images")