summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2006-12-05 15:53:48 +0000
committerjeff <jeff>2006-12-05 15:53:48 +0000
commit571d5e87ffc63a155072dab88fba16d5918cc57d (patch)
tree0a631ceec0898411dbfa534ac2ff446260f6bfe8 /FS
parentbc392247350c4a124c8835f18dd19154ac343e9d (diff)
correct longstanding oops
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_export/sqlmail.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/sqlmail.pm b/FS/FS/part_export/sqlmail.pm
index 6d61e0e29..cbdaf7f52 100644
--- a/FS/FS/part_export/sqlmail.pm
+++ b/FS/FS/part_export/sqlmail.pm
@@ -25,9 +25,9 @@ tie my %options, 'Tie::IxHash',
'svc_acct_fields' => { label => 'svc_acct Export Fields',
default => 'username _password domsvc svcnum' },
'svc_forward_fields' => { label => 'svc_forward Export Fields',
- default => 'domain svcnum catchall' },
- 'svc_domain_fields' => { label => 'svc_domain Export Fields',
default => 'srcsvc dstsvc dst' },
+ 'svc_domain_fields' => { label => 'svc_domain Export Fields',
+ default => 'domain svcnum catchall' },
'resolve_dstsvc' => { label => q{Resolve svc_forward.dstsvc to an email address and store it in dst. (Doesn't require that you also export dstsvc.)},
type => 'checkbox' },
;