mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
array meets coding std
This commit is contained in:
parent
41e4218f0f
commit
5197dc3b66
@ -14,7 +14,12 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info['flags'] = array('currentapp' => 'calendar', 'enable_nextmatchs_class' => True);
|
||||
$phpgw_flags = Array (
|
||||
'currentapp' => 'calendar',
|
||||
'enable_nextmatchs_class' => True
|
||||
);
|
||||
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
|
||||
if (isset($friendly) && $friendly)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user