mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
Various cleanups. Trying to remove some warnings when generating php errors to a file.
This commit is contained in:
@ -403,7 +403,9 @@
|
||||
/*************************************************************************\
|
||||
* If they are using frames, we need to set some variables *
|
||||
\*************************************************************************/
|
||||
if (($phpgw_info["user"]["preferences"]["common"]["useframes"] && $phpgw_info["server"]["useframes"] == "allowed")
|
||||
if (((isset($phpgw_info['user']['preferences']['common']['useframes']) &&
|
||||
$phpgw_info["user"]["preferences"]["common"]["useframes"]) &&
|
||||
$phpgw_info["server"]["useframes"] == "allowed")
|
||||
|| ($phpgw_info["server"]["useframes"] == "always")) {
|
||||
$phpgw_info["flags"]["navbar_target"] = "phpgw_body";
|
||||
}
|
||||
|
Reference in New Issue
Block a user