mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Trying to remove some warnings. These warnings become very bothersome and slow when logging to a file.
This commit is contained in:
parent
09509270c7
commit
7c2172852a
@ -127,7 +127,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// If the application has a header include, we now include it
|
// 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"]))
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user