From: ivan Date: Thu, 6 Nov 2008 22:53:25 +0000 (+0000) Subject: should fix open session RADIUS search, RT #4233 X-Git-Tag: root_of_webpay_support~263 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c97e945f3f5bad0b54c27dc65ce622d20f65728e;p=freeside.git should fix open session RADIUS search, RT #4233 --- diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index bf7d1ead1..e1a08fef8 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -577,7 +577,7 @@ sub usage_sessions { my $opt = {}; my($start, $end, $svc_acct, $ip, $prefix) = ( '', '', '', '', ''); if ( ref($_[0]) ) { - my $opt = shift; + $opt = shift; $start = $opt->{stoptime_start}; $end = $opt->{stoptime_end}; $svc_acct = $opt->{svc_acct};