diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-10 18:01:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-10 18:01:23 (GMT) |
commit | d804a7fa90fc101fba6a66d06faf6289d4ca9692 (patch) | |
tree | 134f48e72eb7dbe566ceb1accb7a66a7a8688581 /rhimport-sm | |
parent | c5bda0a596d9f8c6e1b3767c1091b3e403ff99c8 (diff) |
fixed call to get_rd_week
Diffstat (limited to 'rhimport-sm')
-rwxr-xr-x | rhimport-sm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-sm b/rhimport-sm index 2466154..f48b809 100755 --- a/rhimport-sm +++ b/rhimport-sm @@ -70,7 +70,7 @@ if(scalar(@allowed_dbs) != 1) { my $dropbox = $allowed_dbs[0]->{'PATH'}; my $to_cart = $allowed_dbs[0]->{'TO_CART'}; -my $curweek = get_rd_week(); +my $curweek = rhimport::get_rd_week(); my @today = Date::Calc::Today(); my $dow = Date::Calc::Day_of_Week(@today); |