X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fmailing_list_form.ml;h=d2c4a1ec4ad00dd784225725f171fc53916976fc;hb=4bc6c4992dbf48fce59efc39cd31f97f03291383;hp=041c45104a3f6fde6b16382c9e6ccb0fba1bc4dc;hpb=8d82e370518cb6d936682c6550d0c0bf0b0e0b35;p=cocanwiki.git diff --git a/scripts/mailing_list_form.ml b/scripts/mailing_list_form.ml index 041c451..d2c4a1e 100644 --- a/scripts/mailing_list_form.ml +++ b/scripts/mailing_list_form.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_form.ml,v 1.1 2004/09/24 16:41:16 rich Exp $ + * $Id: mailing_list_form.ml,v 1.2 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 @@ -33,4 +33,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = q#template template let () = - register_script run + register_script ~restrict:[CanView] run