|
From: Chris W. <la...@us...> - 2001-10-30 02:24:22
|
Update of /cvsroot/openinteract/OpenInteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv517/OpenInteract
Modified Files:
Utility.pm
Log Message:
-> instead of => (5.6 didn't complain about it...)
Index: Utility.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/OpenInteract/Utility.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Utility.pm 2001/10/28 02:41:00 1.4
--- Utility.pm 2001/10/30 02:24:19 1.5
***************
*** 79,83 ****
type => 'email',
system_msg => $@,
! extra => { %header_info, attachments -> $attachments } });
die $msg;
}
--- 79,83 ----
type => 'email',
system_msg => $@,
! extra => { %header_info, attachments => $attachments } });
die $msg;
}
|