diff options
Diffstat (limited to 'rhimport-o94n')
-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); |