From e6ae5056141659869004d9b7becd3d9cec99fc4b Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 6 Nov 2008 22:20:01 +0000 Subject: [PATCH] fix radius search, RT#4233 --- FS/FS/part_export/sqlradius.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index a89d4d764..51d34aa32 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -49,7 +49,7 @@ END $notes2 = <<'END'; An existing RADIUS database will be updated in realtime, but you can use -freeside-sqlradius-reset +freeside-sqlradius-reset to delete the entire RADIUS database and repopulate the tables from the Freeside database. See the DBI documentation @@ -611,7 +611,7 @@ sub usage_sessions { ); my @param = (); - my @where = ''; + my @where = (); if ( $svc_acct ) { my $username = $self->export_username($svc_acct); -- 2.20.1