You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/11/23 14:38:16 UTC

svn commit: r478568 - /spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Author: jm
Date: Thu Nov 23 05:38:16 2006
New Revision: 478568

URL: http://svn.apache.org/viewvc?view=rev&rev=478568
Log:
oops, really should display results from at least one set

Modified:
    spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Modified: spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi?view=diff&rev=478568&r1=478567&r2=478568
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi (original)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi Thu Nov 23 05:38:16 2006
@@ -746,6 +746,8 @@
 
   $self->{datadir} = $self->get_datadir_for_daterev($path);
 
+  $self->showfreqset('DETAILS', $strdate);
+
   # special case: we only build this for one set, as it's quite slow
   # to generate
   $self->{s}{scoremap} and $self->showfreqsubset("SCOREMAP.new", $strdate);