diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-05-27 16:23:27 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-05-27 16:23:27 (GMT) |
commit | d1301b0dc7dc2bea312783d67dbda53d011883b7 (patch) | |
tree | 720d5652a510bc37e581e787de666996d01b4217 | |
parent | a3c4059e2fdcc372f9aa231960d52a67e19a4640 (diff) |
fixed netwatcher import
-rwxr-xr-x | rhautoimport-nw | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rhautoimport-nw b/rhautoimport-nw index e2ed2a0..356c2a8 100755 --- a/rhautoimport-nw +++ b/rhautoimport-nw @@ -69,8 +69,6 @@ my $show_title_reb = $allowed_dbs[$idx_reb]->{'SHOWTITLE'}; my @today = Date::Calc::Today(); -@today = Date::Calc::Add_Delta_Days(@today, -7); - my @import_date = @today; if( Date::Calc::Day_of_Week(@today) > 3 ) { |