@@ -98,11 +98,11 @@ |
||
98 | 98 | { |
99 | 99 | include_once CALENDAR_ROOT.'Minute.php'; |
100 | 100 | $mIH = $this->cE->getMinutesInHour($this->year, $this->month, $this->day, |
101 | - $this->hour); |
|
101 | + $this->hour); |
|
102 | 102 | for ($i=0; $i < $mIH; $i++) { |
103 | 103 | $this->children[$i] = |
104 | 104 | new Minute($this->year, $this->month, $this->day, |
105 | - $this->hour, $i); |
|
105 | + $this->hour, $i); |
|
106 | 106 | } |
107 | 107 | if (count($sDates) > 0) { |
108 | 108 | $this->setSelection($sDates); |