X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fadmin%2Fedit_emails.ml;h=a1d0cc658628a29d00946c3b832100efff6f96d3;hb=6b0b6830a2e784eee99dcd1b1a3cb8b44e27c765;hp=7948c51a3d9f45eaf17a0ecbafd9288aa9daf8d4;hpb=3da6ded17ea2cca64328e5f3ea8903cd15103bc2;p=cocanwiki.git diff --git a/scripts/admin/edit_emails.ml b/scripts/admin/edit_emails.ml index 7948c51..a1d0cc6 100644 --- a/scripts/admin/edit_emails.ml +++ b/scripts/admin/edit_emails.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: edit_emails.ml,v 1.5 2004/09/09 12:21:22 rich Exp $ + * $Id: edit_emails.ml,v 1.6 2004/09/23 11:56:47 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 @@ -38,7 +38,7 @@ let run r (q : cgi) (dbh : Dbi.connection) _ host' _ = let { hostname = hostname } = host' in q#redirect ("http://" ^ hostname ^ "/_bin/admin/host.cmo?hostid=" ^ string_of_int hostid); - raise CgiExit + return () ); let emails = try q#param "emails" with Not_found -> "" in