diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-05-30 18:59:02 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-05-30 18:59:02 (GMT) |
commit | c59c74444832fdce5d9a267df67e71b31dd28252 (patch) | |
tree | bc2e736f4146354b22ce7cfe31c67569091ca2a3 | |
parent | 879534d48e6f72164713f0bf9e323f88c026ec3f (diff) |
fixed o94n debug statement
-rwxr-xr-x | rhimport-o94n | 2 |
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); |