Mercurial > hg > rc1
comparison plugins/calendar/calendar.php @ 49:91f005a4f7e9
Slowly cleaning up more php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:19:59 -0400 |
| parents | 3bd5fe8166b8 |
| children | 082a19037887 |
comparison
equal
deleted
inserted
replaced
| 48:839c4d0fcb9f | 49:91f005a4f7e9 |
|---|---|
| 41 public $urlbase; | 41 public $urlbase; |
| 42 public $timezone; | 42 public $timezone; |
| 43 public $timezone_offset; | 43 public $timezone_offset; |
| 44 public $gmt_offset; | 44 public $gmt_offset; |
| 45 public $ui; | 45 public $ui; |
| 46 | |
| 47 private $dst_active; | |
| 48 private $driver; // available via __get | |
| 46 | 49 |
| 47 public $defaults = array( | 50 public $defaults = array( |
| 48 'calendar_default_view' => "agendaWeek", | 51 'calendar_default_view' => "agendaWeek", |
| 49 'calendar_timeslots' => 2, | 52 'calendar_timeslots' => 2, |
| 50 'calendar_work_start' => 6, | 53 'calendar_work_start' => 6, |
