erland;543823 Wrote: 
> The selsports command doesn't work because of the "logoURL" field, you
> will have to do something like this to make sure it's skipped in the
> teamCheck statements where it crashes currently due to non hash
> values.
> > 
Code:
--------------------
  >   > 
  > for my $sport ( keys %sportsData ) {
  > for my $game ( keys %{ $sportsData{$sport} } ) {
  > 
  > if(!ref($game)) {
  > $selSportsData{$sport}{$game} = $sportsData{$sport}{$game};
  > next;
  > }
  > 
  > #Use dynamic var names instead?
  > if ($sport eq 'MLB' && (scalar @MLBteams >0)) {
  > 
--------------------
> > 
Sorry about that.  I'll get your fix implemented in the next cut.  I
caught some other areas of the code that broke with the exit data but
missed that one.


-- 
GoCubs
------------------------------------------------------------------------
GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=77864

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

Reply via email to