Commit info for scoop/lib:

Modified Files:
	Scoop.pm 
Log Message:
Commiting janra's bug fix for Bug #22. --hulver


Index: Scoop.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop.pm,v
retrieving revision 1.132
retrieving revision 1.133
diff -r1.132 -r1.133
1774c1774,1775
< 	$error = $S->{UI}->{VARS}->{email_error} || "Failed to send mail. It could be a problem with the address you entered, or with the server. Check your address and try again, and if it still doesn't work, you may want to contact the admin.";
---
> 	$error = $S->{UI}->{BLOCKS}->{email_error}; 
> 	$error =~ s/%%error%%/$Mail::Sendmail::error/;