summaryrefslogtreecommitdiff
path: root/rhimport-sm
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-sm
parent6761a44cfb25af3f923a53375f05e75e8570403d (diff)
moved get_rd_week to RHRD as well
Diffstat (limited to 'rhimport-sm')
-rwxr-xr-xrhimport-sm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-sm b/rhimport-sm
index 252d72e..e28276f 100755
--- a/rhimport-sm
+++ b/rhimport-sm
@@ -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);