SVN: toys/rsget.pl/RSGet/Captcha.pm

sparky sparky at pld-linux.org
Thu Oct 22 00:38:58 CEST 2009


Author: sparky
Date: Thu Oct 22 00:38:58 2009
New Revision: 10805

Modified:
   toys/rsget.pl/RSGet/Captcha.pm
Log:
- don't restart if unsolved


Modified: toys/rsget.pl/RSGet/Captcha.pm
==============================================================================
--- toys/rsget.pl/RSGet/Captcha.pm	(original)
+++ toys/rsget.pl/RSGet/Captcha.pm	Thu Oct 22 00:38:58 2009
@@ -155,7 +155,8 @@
 	$_ = undef;
 
 	$self->linedata();
-	$self->start();
+	my $func = $self->{captcha_next};
+	&$func( $self );
 }
 
 sub captcha_update


More information about the pld-cvs-commit mailing list