Mailing List Archive

svn commit: r329013 - /spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
Author: jm
Date: Thu Oct 27 17:58:32 2005
New Revision: 329013

URL: http://svn.apache.org/viewcvs?rev=329013&view=rev
Log:
another typo

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

Modified: spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi?rev=329013&r1=329012&r2=329013&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi (original)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi Thu Oct 27 17:58:32 2005
@@ -87,7 +87,7 @@

my $rule = $q->url_param('rule') || '';

-$s{graph} = $q->url_param('graph') || '';
+$s{graph} = $q->url_param('s_graph') || '';
if ($s{graph} eq 'ruleshit') {
graph_ruleshit();
die "oops! should not get here"; # prev method should exit