On Jan 26, 2008 12:59 PM, Sigurd Nes <[EMAIL PROTECTED]> 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.
_______________________________________________
phpGroupWare-developers mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers