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)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to