Commit info for scoop/lib/Scoop/Ads:

Modified Files:
      Tag: CURRENT
	Submit.pm Utilities.pm 
Log Message:
Resyncing CURRENT with all of panner's bugfixes. I swear, independent 
development will be happening soon with this. I think I have an excuse. 
--j


Index: Submit.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Ads/Submit.pm,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -r1.2 -r1.2.2.1
51c51
< 	if( $step == 1 || $step > 5 ) {
---
> 	if( $step == 1 || $step >= 5 ) {

Index: Utilities.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Ads/Utilities.pm,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -r1.3 -r1.3.2.1
275a276,277
> 	$msg =~ s/%%TEXT2%%/$adhash->{ad_text2}/g;
> 	$msg =~ s/%%FILE%%/$adhash->{ad_file}/g;