summaryrefslogtreecommitdiff
path: root/rhimport-rs
diff options
context:
space:
mode:
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();