diff options
| -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 8af53abcd..c51429de2 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -268,7 +268,7 @@ sub _export_suspend {      $self->sqlreplace_usergroups( $new->svcnum,                                    $self->export_username($new),  				  '', -                                  $svc_acct->usergroup, +                                  [ $svc_acct->radius_groups ],  				  \@newgroups,  				);    if ( $error ) { @@ -307,7 +307,7 @@ sub _export_unsuspend {                                           $self->export_username($svc_acct),                                           '',  					 \@oldgroups, -					 $svc_acct->usergroup, +					 [ $svc_acct->radius_groups ],  				       );    if ( $error ) {      $dbh->rollback if $oldAutoCommit;  | 
