diff options
| author | ivan <ivan> | 2008-11-06 22:20:00 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-11-06 22:20:00 +0000 | 
| commit | 30ee4f3121743eafc431e2cb44550a9e079103a0 (patch) | |
| tree | b0f0141123e248c02a4144adcb5bd331dd001935 /FS | |
| parent | 9bdf39e45ac99d0bacdabe4851f0fe2d6fbb4e9b (diff) | |
fix radius search, RT#4233
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/part_export/sqlradius.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 87c5739a1..bf7d1ead1 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -611,7 +611,7 @@ sub usage_sessions {                 );    my @param = (); -  my @where = ''; +  my @where = ();    if ( $svc_acct ) {      my $username = $self->export_username($svc_acct); | 
