mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
fixed planner again
This commit is contained in:
parent
ab08e1615b
commit
e35b30f61d
@ -302,8 +302,8 @@
|
|||||||
|
|
||||||
$localtime = $GLOBALS['phpgw']->datetime->users_localtime;
|
$localtime = $GLOBALS['phpgw']->datetime->users_localtime;
|
||||||
|
|
||||||
$num_months = (int) get_var('num_month',array('GET','POST'),1);
|
$this->num_months = (int) get_var('num_months',array('GET','POST'),1);
|
||||||
|
|
||||||
$this->date = (int) get_var('date',array('GET','POST'));
|
$this->date = (int) get_var('date',array('GET','POST'));
|
||||||
if($this->date)
|
if($this->date)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user