forked from extern/egroupware
array meets coding std
This commit is contained in:
parent
41e4218f0f
commit
5197dc3b66
@ -14,7 +14,12 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $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)
|
if (isset($friendly) && $friendly)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user