summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/svc_acct.pm')
-rw-r--r--FS/FS/svc_acct.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index f7d2fd7db..3988634b0 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -253,7 +253,7 @@ sub insert {
}
sub cyrus_insert {
- my( $username, $quota ) =
+ my( $username, $quota ) = @_;
my $client = Cyrus::IMAP::Admin->new($cyrus_server);
$client->authenticate(
@@ -396,7 +396,7 @@ sub delete {
}
sub cyrus_delete {
- my( $username ) = shift;
+ my $username = shift;
my $client = Cyrus::IMAP::Admin->new($cyrus_server);
$client->authenticate(
@@ -763,7 +763,7 @@ sub email {
=head1 VERSION
-$Id: svc_acct.pm,v 1.35 2001-09-11 04:17:47 ivan Exp $
+$Id: svc_acct.pm,v 1.36 2001-09-11 12:00:19 ivan Exp $
=head1 BUGS