[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] 0.9.14 Mail Bug??
From: |
David Delon |
Subject: |
Re: [Phpgroupware-developers] 0.9.14 Mail Bug?? |
Date: |
Tue, 21 May 2002 17:04:29 +0200 |
User-agent: |
Mutt/1.2.5i |
> Thanks David.
>
> Does this replace the entire function to does it replace certain lines in the
> function??
>
> The reason why I am asking is because the original function looks like it
> handles just more that what ports the servivces run on.
>
Hi,
This fix replaces only certain lines in the function from
- "switch($this->get_pref_value('mail_server_type', $acctnum))"
to
- "$server_call"
in function get_mailsvr_callstr($acctnum='')
I have just added $defport and $finalport.
--
David