/[RFID]/3m-810.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /3m-810.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 50 by dpavlin, Wed Jun 24 09:30:28 2009 UTC revision 51 by dpavlin, Wed Jun 24 10:13:23 2009 UTC
# Line 309  sub update_visible_tags { Line 309  sub update_visible_tags {
309          $visible_tags = {};          $visible_tags = {};
310    
311          foreach my $tag ( @tags ) {          foreach my $tag ( @tags ) {
312                    $visible_tags->{$tag}++;
313                  if ( ! defined $last_visible_tags->{$tag} ) {                  if ( ! defined $last_visible_tags->{$tag} ) {
314                          if ( defined $tags_data->{$tag} ) {                          if ( defined $tags_data->{$tag} ) {
315  #                               meteor( 'in-range', $tag );  #                               meteor( 'in-range', $tag );
# Line 316  sub update_visible_tags { Line 317  sub update_visible_tags {
317                                  meteor( 'read', $tag );                                  meteor( 'read', $tag );
318                                  read_tag( $tag );                                  read_tag( $tag );
319                          }                          }
                         $visible_tags->{$tag}++;  
320                  } else {                  } else {
321                          warn "## using cached data for $tag" if $debug;                          warn "## using cached data for $tag" if $debug;
322                  }                  }

Legend:
Removed from v.50  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.26