Re: Bug in www4mail

Okay 
Thanks for this one...

Clement Onime

On Mon, 18 Oct 1999 ameyer@ix.netcom.com wrote:

> There is a minor bug affecting debugging in the subroutine 
> &update_master_log.
> 
>   open (TMP2, "$conf->{ErrorLog}");
> 
> should be:
> 
>   open (TMP2, ">$conf->{ErrorLog}");
> 
> ---
> Alan Meyer
> AM Systems
> Randallstown, MD
> U.S.A.
> 

Received on Wednesday, 20 October 1999 04:26:07 UTC