
6 Jun
2005
6 Jun
'05
11:24 p.m.
I had to add the following line to the Customer.pm module because the NotificationAgentOnline module tries to create a Session object that needs the TimeObject passed into it. This was to get customer.pl working properly. diff -r1.40 Customer.pm 146a147
TimeObject => $Self->{TimeObject},
-- Owen Stenseth