Commit info for scoop/lib/Scoop:

Modified Files:
	Subscription.pm 
Log Message:
Typo!

Also, I've been forgetting to sign my checkins, so everything from the big
checkin last night through now has been me.

-keith



Index: Subscription.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Subscription.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -r1.17 -r1.18
603c603
< 	return $S->{BLOCKS}->{subscribe} unless ($sub);
---
> 	return $S->{UI}->{BLOCKS}->{subscribe} unless ($sub);
631d630
< 
633,635d631
< 	
< 	
<