/[Apache-SVN]/spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm
ViewVC logotype

Diff of /spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm	2005/08/15 22:52:11	232903
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm	2005/08/15 23:08:40	232904
@@ -931,7 +931,7 @@ sub _put_token {
     $self->{needs_cleanup} = 1;
   }
 
-  my $escaped_token = _quote_bytea($_);
+  my $escaped_token = _quote_bytea($token);
   my $sth = $self->{_dbh}->prepare("select put_tokens($self->{_userid},'{$escaped_token}',
                                                       $spam_count,$ham_count,$atime)");
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26