Page MenuHomePhorge

D25788.1726891534.diff
No OneTemporary

D25788.1726891534.diff

diff --git a/src/view/phui/calendar/PHUICalendarMonthView.php b/src/view/phui/calendar/PHUICalendarMonthView.php
--- a/src/view/phui/calendar/PHUICalendarMonthView.php
+++ b/src/view/phui/calendar/PHUICalendarMonthView.php
@@ -193,18 +193,6 @@
return $box;
}
- private function getMaxDailyEventsForWeek($week_of_cell_lists) {
- $max_count = 0;
-
- foreach ($week_of_cell_lists as $cell_list) {
- if ($cell_list['count'] > $max_count) {
- $max_count = $cell_list['count'];
- }
- }
-
- return $max_count;
- }
-
private function getEventListCell($event_list) {
$list = $event_list['list'];
$class = $event_list['class'];

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 21, 04:05 (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
893515
Default Alt Text
D25788.1726891534.diff (673 B)

Event Timeline