mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
fixed planner again
This commit is contained in:
parent
ab08e1615b
commit
e35b30f61d
@ -302,7 +302,7 @@
|
||||
|
||||
$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'));
|
||||
if($this->date)
|
||||
|
Loading…
Reference in New Issue
Block a user