diff options
author | ivan <ivan> | 2008-11-06 22:20:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-06 22:20:01 +0000 |
commit | e6ae5056141659869004d9b7becd3d9cec99fc4b (patch) | |
tree | 6d0326659d0a2c9855de6a81cc3b663106190a98 | |
parent | 2620c8c4fb88ce038e075c9213ae4c8a4ce06a77 (diff) |
fix radius search, RT#4233
-rw-r--r-- | FS/FS/part_export/sqlradius.pm | 4 |
1 files 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 -<a href="../docs/man/bin/freeside-sqlradius-reset">freeside-sqlradius-reset</a> +<a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation:Developer/bin/freeside-sqlradius-reset">freeside-sqlradius-reset</a> to delete the entire RADIUS database and repopulate the tables from the Freeside database. See the <a href="http://search.cpan.org/dist/DBI/DBI.pm#connect">DBI documentation</a> @@ -611,7 +611,7 @@ sub usage_sessions { ); my @param = (); - my @where = ''; + my @where = (); if ( $svc_acct ) { my $username = $self->export_username($svc_acct); |