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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to