diff options
author | ivan <ivan> | 2011-11-21 00:23:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-21 00:23:13 +0000 |
commit | addc359b0c1b1771d6ccc3de372f3a584e677c94 (patch) | |
tree | 58b8793f46dd895461cefebc9daad583c4d544aa | |
parent | f981034339688ff4a3c072732afb17112370bbf1 (diff) |
fix typo, RT#14695
-rwxr-xr-x | FS/bin/freeside-sqlradius-reset | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-sqlradius-reset b/FS/bin/freeside-sqlradius-reset index c8da60a4e..8ecd39d95 100755 --- a/FS/bin/freeside-sqlradius-reset +++ b/FS/bin/freeside-sqlradius-reset @@ -19,7 +19,7 @@ adminsuidsetup $user; my @exports = (); if ( @ARGV ) { foreach my $exportnum ( @ARGV ) { - foreach my $exporttype (qw( sqlradius sqlradius_withdomain ohone_sqlradius broadband_sqlradius )) { + foreach my $exporttype (qw( sqlradius sqlradius_withdomain phone_sqlradius broadband_sqlradius )) { push @exports, qsearch('part_export', { exportnum => $exportnum, exporttype => $exporttype, } ); } |