X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcust_event.pm;h=b5436d0a4d4d5d6b6b8f17c19045268fc06a389b;hb=7516e3da0f17eeecba27219ef96a8b5f46af2083;hp=b29ab71bb5acd2a2fcbc8cd3e2d5fe0dc4671dc0;hpb=f31a9212ab3835b815aa87a86cca3b19babcaaff;p=freeside.git diff --git a/FS/FS/cust_event.pm b/FS/FS/cust_event.pm index b29ab71bb..b5436d0a4 100644 --- a/FS/FS/cust_event.pm +++ b/FS/FS/cust_event.pm @@ -434,13 +434,9 @@ sub process_refax { process_re_X('fax', @_); } -use Storable qw(thaw); use Data::Dumper; -use MIME::Base64; sub process_re_X { - my( $method, $job ) = ( shift, shift ); - - my $param = thaw(decode_base64(shift)); + my( $method, $job, $param ) = @_; warn Dumper($param) if $DEBUG; re_X(