Skip to content
Snippets Groups Projects
Commit fa068d34 authored by kclair's avatar kclair
Browse files

add patch for disabling latest and active lists

parent 6f62e310
Branches
No related tags found
No related merge requests found
--- a/sympa-6.1.14-src/wwsympa/wwsympa.fcgi.in
+++ b/sympa-6.1.14-src/wwsympa/wwsympa.fcgi.in
@@ -3971,6 +3971,8 @@ sub do_renewpasswd {
## The list of latest created lists
sub do_latest_lists {
&wwslog('info', "do_latest_lists($in{'for'}, $in{'count'},$in{'topic'}, $in{'subtopic'})");
+ # should try to actually fix this one day
+ return 0;
unless (&do_lists()) {
&wwslog('err','do_latest_lists: error while calling do_lists');
@@ -4031,6 +4033,8 @@ sub do_renewpasswd {
## The list of the most active lists
sub do_active_lists {
&wwslog('info', "do_active_lists($in{'for'}, $in{'count'},$in{'topic'}, $in{'subtopic'})");
+ # should try to actually fix this one day
+ return 0;
unless (&do_lists()) {
&wwslog('err','do_active_lists: error while calling do_lists');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment