summaryrefslogtreecommitdiff
path: root/rhimport-sv
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-24 21:25:25 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-24 21:25:25 (GMT)
commit8c27798a5fa60ed7f0d1babc5391b26b68b9a7e1 (patch)
tree72349c00e25e83422676a74c1272d257045dd9f0 /rhimport-sv
parent6761a44cfb25af3f923a53375f05e75e8570403d (diff)
moved get_rd_week to RHRD as well
Diffstat (limited to 'rhimport-sv')
-rwxr-xr-xrhimport-sv2
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);