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/21 14:59:55 UTC

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

Author: jm
Date: Tue Nov 21 05:59:54 2006
New Revision: 477672

URL: http://svn.apache.org/viewvc?view=rev&rev=477672
Log:
oops, need to fix those URLs in the template

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=477672&r1=477671&r2=477672
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi (original)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi Tue Nov 21 05:59:54 2006
@@ -567,6 +567,9 @@
   $tmpl =~ s/!mtime=(.*?)!/
                $self->gen_switch_url("mtime", $1);
        /eg;
+  $tmpl =~ s/!daterev=(.*?)!/
+               $self->gen_switch_url("daterev", $1);
+       /eg;
   $tmpl =~ s/!rule!/$self->{rule}/gs;
   $tmpl =~ s/!srcpath!/$self->{srcpath}/gs;
   foreach my $opt (keys %{$self->{s}}) {