|
@@ -166,7 +166,7 @@ |
|
|
block discarded – undo |
|
166
|
166
|
// Flag current day |
|
167
|
167
|
$selectedDays = [ |
|
168
|
168
|
new Calendar_Day(date('Y', xoops_getUserTimestamp(time(), $timeHandler->getUserTimeZone($GLOBALS['xoopsUser']))), date('n', xoops_getUserTimestamp(time(), $timeHandler->getUserTimeZone($GLOBALS['xoopsUser']))), |
|
169
|
|
- date('j', xoops_getUserTimestamp(time(), $timeHandler->getUserTimeZone($GLOBALS['xoopsUser'])))), |
|
|
169
|
+ date('j', xoops_getUserTimestamp(time(), $timeHandler->getUserTimeZone($GLOBALS['xoopsUser'])))), |
|
170
|
170
|
]; |
|
171
|
171
|
|
|
172
|
172
|
// Build calendar object |
Please login to merge, or discard this patch.