Small cosmetic cleanups to the code.. nothing visible to the user.

This commit is contained in:
skeeter 2001-03-30 12:43:44 +00:00
parent 69546b8bc3
commit 106ae427a7

View File

@ -17,20 +17,20 @@
if (isset($friendly) && $friendly)
{
$phpgw_flags = Array(
'currentapp' => 'calendar',
'enable_nextmatchs_class' => True,
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True
'currentapp' => 'calendar',
'enable_nextmatchs_class' => True,
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True
);
}
else
{
$phpgw_flags = Array(
'currentapp' => 'calendar',
'enable_nextmatchs_class' => True
'currentapp' => 'calendar',
'enable_nextmatchs_class' => True
);
$friendly = 0;