diff options
author | ivan <ivan> | 2007-03-01 20:12:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-03-01 20:12:17 +0000 |
commit | ac81a8524c5015a576bd15b43fc6611214fdd8a7 (patch) | |
tree | 817c1156dbba1bc1f0c0db7f96ac4504755ec9d3 /FS | |
parent | 172243a68ab6dcdf531665bcfeed9d52b4a8fc92 (diff) |
yeah, a typo
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Misc/prune.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Misc/prune.pm b/FS/FS/Misc/prune.pm index 634cd8a6c..371f31cbb 100644 --- a/FS/FS/Misc/prune.pm +++ b/FS/FS/Misc/prune.pm @@ -10,7 +10,7 @@ use FS::cust_credit_refund; #use FS::cust_pay_refund; @ISA = qw( Exporter ); -@EXPORT_OK = qw( prune applications ); +@EXPORT_OK = qw( prune_applications ); =head1 NAME |