From: ivan Date: Thu, 6 Nov 2008 22:20:01 +0000 (+0000) Subject: fix radius search, RT#4233 X-Git-Tag: freeside_1_7_4rc1~147 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e6ae5056141659869004d9b7becd3d9cec99fc4b;p=freeside.git fix radius search, RT#4233 --- 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);