Update of /cvsroot/qmailadmin/qmailadmin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22489
Modified Files:
Tag: stable-1_2
ChangeLog mailinglist.c
Log Message:
Fix problem with enable/disable ezmlm-cgi access to archives.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v
retrieving revision 1.15.2.76
retrieving revision 1.15.2.77
diff -u -d -r1.15.2.76 -r1.15.2.77
--- ChangeLog 2 Sep 2005 04:31:27 -0000 1.15.2.76
+++ ChangeLog 23 Oct 2005 18:52:34 -0000 1.15.2.77
@@ -3,6 +3,10 @@
1.2.10 - unreleased
+ Tom Collins
+ - mailinglist.c: Fix problem with enable/disable ezmlm-cgi access
+ to archives.
+
1.2.9 - released 1-Sep-05
Luis Gonzalo Constantini Von Rickel
Index: mailinglist.c
===================================================================
RCS file: /cvsroot/qmailadmin/qmailadmin/mailinglist.c,v
retrieving revision 1.5.2.7
retrieving revision 1.5.2.8
diff -u -d -r1.5.2.7 -r1.5.2.8
--- mailinglist.c 16 Feb 2005 16:10:37 -0000 1.5.2.7
+++ mailinglist.c 23 Oct 2005 18:52:34 -0000 1.5.2.8
@@ -1307,7 +1307,7 @@
printf ("<BR>\n");
/* note that if user doesn't have ezmlm-cgi installed, it might be
a good idea to default to having option i off. */
- build_option_str ("CHECKBOX", "opt15", "i", html_text[291]);
+ build_option_str ("CHECKBOX", "opt16", "i", html_text[291]);
printf ("</P>\n");
/***********************/
|