|
Posted by Eli on 09/30/48 11:10
John Nichel wrote:
> Try....
>
> @error_log ( "My error message" );
>
> Don't know if it will work, but it's worth a shot.
>
Checked. That's not working, since the @ operator prevents logging of
errors/warnings/notices that caused by the expression following, but
doesn't prevent from the expression to be executed.
Besides, I can't change the syntax of the error_log which is used with
defaults: error_log(MSG);
-thanks, Eli
Navigation:
[Reply to this message]
|