summaryrefslogtreecommitdiff
path: root/rhimport-o94n
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-05-30 18:59:02 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-05-30 18:59:02 (GMT)
commitc59c74444832fdce5d9a267df67e71b31dd28252 (patch)
treebc2e736f4146354b22ce7cfe31c67569091ca2a3 /rhimport-o94n
parent879534d48e6f72164713f0bf9e323f88c026ec3f (diff)
fixed o94n debug statement
Diffstat (limited to 'rhimport-o94n')
-rwxr-xr-xrhimport-o94n2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-o94n b/rhimport-o94n
index df15aab..5a7ed2e 100755
--- a/rhimport-o94n
+++ b/rhimport-o94n
@@ -79,7 +79,7 @@ if($to_cart == 0) {
}
-my @today = (2014,05,27); # Date::Calc::Today();
+my @today = Date::Calc::Today();
my @yesterday = Date::Calc::Add_Delta_Days(@today, -1);
my @tomorrow = Date::Calc::Add_Delta_Days(@today, 1);
my $dow = Date::Calc::Day_of_Week(@today);