From c59c74444832fdce5d9a267df67e71b31dd28252 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Fri, 30 May 2014 18:59:02 +0000
Subject: fixed o94n debug statement


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);
-- 
cgit v0.10.2