[Tickets #14638] Prevmonthlist omitting yesterday events
    noreply at bugs.horde.org 
    noreply at bugs.horde.org
       
    Tue May  9 13:54:20 UTC 2017
    
    
  
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/14638
------------------------------------------------------------------------------
  Ticket           | 14638
  Erstellt Von     | admin at layertec.de
  Zusammenfassung  | Prevmonthlist omitting yesterday events
  Warteschlange    | Kronolith
  Version          | 4.2.21
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 2. Medium
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------
admin at layertec.de (2017-05-09 13:54) hat geschrieben:
The prevmonthlistview portal widged omits yesterday events.
The end date is determined correctly in line 70 but looping the days  
stops one day too early in line 102. It should read
         for ($i = 0; $i <= $days; ++$i) {
instead of
         for ($i = 0; $i < $days; ++$i) {
    
    
More information about the bugs
mailing list