Changeset 76 for itunes2playlog

Show
Ignore:
Timestamp:
03/04/06 00:22:56 (3 years ago)
Author:
s306008
Message:

test commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • itunes2playlog/trunk/itunes2playlog.pl

    r75 r76  
    4949            if($data->{date} and $data->{artist} and str2time($data->{date}) > $last_update_time){ 
    5050                push @otologs, $data; 
    51                 #print $data{artist} . "\n"; 
    5251            } 
    5352            $data = {};