Don't forget the date\!
[cocanwiki.git] / scripts / page_email_confirm.ml
index d4fcb0c..bc6e148 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: page_email_confirm.ml,v 1.5 2006/03/28 16:24:07 rich Exp $
+ * $Id: page_email_confirm.ml,v 1.6 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
@@ -39,7 +39,7 @@ let run r (q : cgi) dbh hostid _ _ =
     | [ row ] -> row
     | [] -> 
        error ~close_button:true ~title:"Email already confirmed"
-         dbh hostid q
+         dbh hostid q
          "It looks like that email address has already been confirmed.";
        return ()
     | _ -> assert false in
@@ -53,7 +53,7 @@ let run r (q : cgi) dbh hostid _ _ =
   (* Confirmed. *)
   let buttons = [ ok_button ("/" ^ page) ] in
   ok ~buttons ~title:"Confirmed"
-    dbh hostid q
+    dbh hostid q
     ("Your email address has been confirmed.  You will now receive " ^
      "an email whenever that page is updated.")