fixed planner again

This commit is contained in:
Ralf Becker 2004-08-23 08:19:35 +00:00
parent ab08e1615b
commit e35b30f61d

View File

@ -302,8 +302,8 @@
$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)
{