BoomX2 wrote: 
> 
> 
> I've added the following lines in the gotCBB subroutine to trim any
> leading or trailing spaces from the teams returned from ESPN.  
> 
> > 
Code:
--------------------
  >   >                 #Trim any leading and trailing spaces from team names
  >             $away_team =~ s/^\s+//;
  >             $away_team =~ s/\s+$//;
  >             $home_team =~ s/^\s+//;
  >             $home_team =~ s/\s+$//;
  > 
--------------------
> > 
> 
> PS - The same code can be added to the gotCBB subroutine in tcutting's
> release if that is what you're running.

Yes, I am running tcutting's code, so I downloaded your latest release
to see where this code should go.  In your new release, you added 4
debug lines in addition to the above, correct?  I'll check it out and
report back if it works for tcuttings version (no reason it shouldn't);
if it does hopefully tcutting can merge the changes into an official
release.

As always, thanks for the work from all!

-mark


------------------------------------------------------------------------
mbonsack's Profile: http://forums.slimdevices.com/member.php?userid=1398
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to