diff options
Diffstat (limited to 'rhimport-sv')
-rwxr-xr-x | rhimport-sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-sv b/rhimport-sv index 840ff20..6056f69 100755 --- a/rhimport-sv +++ b/rhimport-sv @@ -73,7 +73,7 @@ if(scalar(@allowed_dbs) != 1) { my $dropbox = $allowed_dbs[0]->{'PATH'}; my $to_cart = $allowed_dbs[0]->{'TO_CART'}; -my $curweek = rhimport::get_rd_week(); +my $curweek = RHRD::utils::get_rd_week(); my @today = Date::Calc::Today(); my $dow = Date::Calc::Day_of_Week(@today); |