mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 11:21:42 +02:00
fixed planner again
This commit is contained in:
parent
ab08e1615b
commit
e35b30f61d
@ -302,7 +302,7 @@
|
|||||||
|
|
||||||
$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…
x
Reference in New Issue
Block a user