mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
Small speed ups to the mini-cals.
This commit is contained in:
parent
a4c6d691e5
commit
e363d68a3a
@ -95,20 +95,9 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!isset($params['link']))
|
$params['link'] = (!isset($params['link'])?'':$params['link']);
|
||||||
{
|
$params['buttons'] = (!isset($params['buttons'])?'none':$params['buttons']);
|
||||||
$params['link'] = '';
|
$params['outside_month'] = (!isset($params['outside_month'])?True:$params['outside_month']);
|
||||||
}
|
|
||||||
|
|
||||||
if(!isset($params['buttons']))
|
|
||||||
{
|
|
||||||
$params['button'] = 'none';
|
|
||||||
}
|
|
||||||
|
|
||||||
if(!isset($params['outside_month']))
|
|
||||||
{
|
|
||||||
$params['outside_month'] = True;
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->bo->read_holidays();
|
$this->bo->read_holidays();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user