forked from extern/egroupware
Small speed ups to the mini-cals.
This commit is contained in:
parent
a4c6d691e5
commit
e363d68a3a
@ -95,20 +95,9 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if(!isset($params['link']))
|
||||
{
|
||||
$params['link'] = '';
|
||||
}
|
||||
|
||||
if(!isset($params['buttons']))
|
||||
{
|
||||
$params['button'] = 'none';
|
||||
}
|
||||
|
||||
if(!isset($params['outside_month']))
|
||||
{
|
||||
$params['outside_month'] = True;
|
||||
}
|
||||
$params['link'] = (!isset($params['link'])?'':$params['link']);
|
||||
$params['buttons'] = (!isset($params['buttons'])?'none':$params['buttons']);
|
||||
$params['outside_month'] = (!isset($params['outside_month'])?True:$params['outside_month']);
|
||||
|
||||
$this->bo->read_holidays();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user