X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fmailing_list_confirm.ml;h=c1308e61af850f64f4143a3da7ac901c09ce6387;hb=beee5bf06fd433c105fda1386b3e288768221216;hp=4c181ceaf8f96bc9d774a14af35701b15b1ae561;hpb=799d629c5af725596497b7df2055db6ac6da91b7;p=cocanwiki.git diff --git a/scripts/mailing_list_confirm.ml b/scripts/mailing_list_confirm.ml index 4c181ce..c1308e6 100644 --- a/scripts/mailing_list_confirm.ml +++ b/scripts/mailing_list_confirm.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: mailing_list_confirm.ml,v 1.2 2004/09/24 16:45:02 rich Exp $ + * $Id: mailing_list_confirm.ml,v 1.3 2004/10/04 15:19:56 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 @@ -58,4 +58,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = "You are now on our mailing list.") let () = - register_script run + register_script ~restrict:[CanView] run