diff options
author | ivan <ivan> | 2012-01-15 03:59:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2012-01-15 03:59:26 +0000 |
commit | ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5 (patch) | |
tree | 7908aaa7eddae534ab92d8c689292c0829be4afe | |
parent | 41020c1a4f6dd23e726c083ddf4e1038e07bc12e (diff) |
adding export to read mailbox status information, RT#15987
-rw-r--r-- | FS/FS/part_export/acct_sql_status.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/acct_sql_status.pm b/FS/FS/part_export/acct_sql_status.pm index 5be619e98..5ad462e7f 100644 --- a/FS/FS/part_export/acct_sql_status.pm +++ b/FS/FS/part_export/acct_sql_status.pm @@ -1,4 +1,4 @@ -package FS::part_export_acct_sql_status; +package FS::part_export::acct_sql_status; use base qw( FS::part_export::sql_Common ); use strict; |