summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/ldap.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-11-19 09:51:59 +0000
committerivan <ivan>2002-11-19 09:51:59 +0000
commit789c34c5251f4b831a7cb27bd2a9af700ccf2ced (patch)
treecfdee230d56d5454bbf45d5643945871161f4c5c /FS/FS/part_export/ldap.pm
parentd9877cfc04344365f799b52057a13fc39c5743b7 (diff)
add LEC billing
Diffstat (limited to 'FS/FS/part_export/ldap.pm')
-rw-r--r--FS/FS/part_export/ldap.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/ldap.pm b/FS/FS/part_export/ldap.pm
index 40f27d6..ec1d37f 100644
--- a/FS/FS/part_export/ldap.pm
+++ b/FS/FS/part_export/ldap.pm
@@ -31,7 +31,7 @@ sub _export_insert {
grep { /^\s*(\w+)\s+(.*\S)\s*$/ }
split("\n", $self->option('attributes'));
- if ( $self->option('radius') {
+ if ( $self->option('radius') ) {
foreach my $table (qw(reply check)) {
my $method = "radius_$table";
my %radius = $svc_acct->$method();