From: ivan Date: Tue, 11 Sep 2001 12:00:19 +0000 (+0000) Subject: cyrus fix! X-Git-Tag: freeside_1_4_0pre11~347 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=38e8651d6bf1b6a394bff792c92a83d88654c098 cyrus fix! --- 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