summaryrefslogtreecommitdiff
path: root/rhimport-rs
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-rs
parent6761a44cfb25af3f923a53375f05e75e8570403d (diff)
moved get_rd_week to RHRD as well
Diffstat (limited to 'rhimport-rs')
-rwxr-xr-xrhimport-rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-rs b/rhimport-rs
index 808d36c..71d9e27 100755
--- a/rhimport-rs
+++ b/rhimport-rs
@@ -80,7 +80,7 @@ if(!$to_cart) {
exit 1;
}
-my $curweek = rhimport::get_rd_week();
+my $curweek = RHRD::utils::get_rd_week();
my $nextweek = $curweek == 4 ? 1 : $curweek + 1;
my @today = Date::Calc::Today();