fix radius search, RT#4233
authorivan <ivan>
Thu, 6 Nov 2008 22:20:00 +0000 (22:20 +0000)
committerivan <ivan>
Thu, 6 Nov 2008 22:20:00 +0000 (22:20 +0000)
FS/FS/part_export/sqlradius.pm

index 87c5739..bf7d1ea 100644 (file)
@@ -611,7 +611,7 @@ sub usage_sessions {
                );
 
   my @param = ();
-  my @where = '';
+  my @where = ();
 
   if ( $svc_acct ) {
     my $username = $self->export_username($svc_acct);