remove old code in comments

This commit is contained in:
Georg Ehrke 2012-01-08 16:44:15 +01:00
parent 4c91ca2f86
commit 9e105d9bd7
1 changed files with 0 additions and 6 deletions

View File

@ -628,12 +628,6 @@ class When
}else{
$this->try_date->modify('+' . (int) date('t', $this->try_date->format('U')) - 1 . ' day');
}
//$this->try_date->setDate(date('y/n/j', mktime(0,0,0,$this->try_date->format('j'), $this->try_date->format('n') + 1, $year = $this->try_date->format('Y'))));
//echo date('t', $this->try_date->format('U')) . '-' . $this->try_date->format('U') . ' ';
/*$month_day = $this->try_date->format('j');
$month = $this->try_date->format('n');
$year = $this->try_date->format('Y');*/
}
else
{