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

Diff of /spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm

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

--- spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm	2005/08/15 22:24:31	232901
+++ spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm	2005/08/15 22:48:36	232902
@@ -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