[pkg-horde] Bug#464049: kronolith2: Summary block shows too many days

Peter Paul Elfferich pp at dia.uva.nl
Mon Feb 4 21:30:54 UTC 2008


Package: kronolith2
Version: 2.1.4-1
Severity: normal
Tags: patch

The agenda summary block for use in the Horde portal shows to many days.
After comparing /usr/share/horde3/kronolith/lib/Block/summary.php with 
the file from Horde's Groupware Webmail edition 1.01 I noticed the bug 
had been fixed there ($today was being added twice).

Here's my patch:

# diff summary.2.1.4-1.php summary.php
83c83
<         for ($i = $today; $i < $today + $iMax; $i++) {
---
>         for ($i = $today; $i < $iMax; $i++) {


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)





More information about the pkg-horde-hackers mailing list