Trying to remove some warnings. These warnings become very bothersome and slow when logging to a file.

This commit is contained in:
skeeter 2001-05-16 04:40:52 +00:00
parent 09509270c7
commit 7c2172852a

View File

@ -127,7 +127,10 @@
*/
// If the application has a header include, we now include it
if ($phpgw_info["flags"]["noheader"] && ! $phpgw_info["flags"]["noappheader"])
if ((isset($phpgw_info["flags"]["noheader"]) &&
$phpgw_info['flags']['noheader']) &&
(isset($phpgw_info['flags']['noappheader']) &&
!$phpgw_info["flags"]["noappheader"]))
{
}