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 e528b5b..d0d7337 100755
--- a/rhimport-rs
+++ b/rhimport-rs
@@ -77,7 +77,7 @@ if(!$to_cart) {
exit 1;
}
-my $curweek = get_rd_week();
+my $curweek = rhimport::get_rd_week();
my $nextweek = $curweek == 4 ? 1 : $curweek + 1;
my @today = Date::Calc::Today();