diff -Nur -x '*.orig' -x '*.rej' ezmlm-web-2.3/ezmlm-web.cgi mezzanine_patched_ezmlm-web-2.3/ezmlm-web.cgi --- ezmlm-web-2.3/ezmlm-web.cgi 2005-06-11 07:41:14.000000000 +1000 +++ mezzanine_patched_ezmlm-web-2.3/ezmlm-web.cgi 2005-10-25 12:02:14.841340052 +1000 @@ -295,7 +295,7 @@ print '
'; print '', $q->submit(-name=>'action', -value=>"[$BUTTON{'create'}]"), '' if (&webauth_create_allowed == 0); print '', $q->submit(-name=>'action', -value=>"[$BUTTON{'edit'}]"), '' if(defined(@lists)); - print '', $q->submit(-name=>'action', -value=>"[$BUTTON{'delete'}]"), '' if(defined(@lists)); + print '', $q->submit(-name=>'action', -value=>"[$BUTTON{'delete'}]"), '' if((!defined($opt_c)) && defined(@lists)); print '
'; # end of main_buttons print $q->endform;