[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-developers] Asking for approval
From: |
Chris Weiss |
Subject: |
Re: [phpGroupWare-developers] Asking for approval |
Date: |
Sat, 26 Jan 2008 16:20:36 -0600 |
On Jan 26, 2008 12:59 PM, Sigurd Nes <address@hidden> wrote:
> What I am talking about is within phpgw_handle_error() when notices occurs -
> I want to keep the current code at line 229:
>
> <snippet>
> if(isset($GLOBALS['phpgw_info']['server']['log_levels']['global_level']) &&
> $GLOBALS['phpgw_info']['server']['log_levels']['global_level'] == 'N')
> {
> echo "\n<br>" . lang('ERROR Notice: %1 in %2 at line %3', $error_msg,
> $error_file, $error_line) . "<br>\n"; //this will be commented in the final
> version
> }
> </snippet>
ah, well if our goal is to run with notices on then I don't see the
problem with keeping that code. as I already said, if a site admin
doesn't want it, they are free to turn it off.