Your message dated Wed, 22 Mar 2006 14:50:01 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: dcl
Version: 1:0.9.4.4-1
Severity: normal
The global "numrows" specifies the number of rows to display in ticket
views. It is used when changing to a specific page of the ticket
browser, but hardcoded at 15 for the initial ticket browser view.
this patch fixes that problem:
--- ./inc/class.htmlTickets.inc.php 2003-12-10 16:54:06.000000000 +1100
+++ /usr/share/dcl/www/inc/class.htmlTickets.inc.php 2005-11-10
11:44:58.000000000 +1100
@@ -349,7 +349,7 @@
}
else
{
- $oView->numrows = 15;
+ $oView->numrows = $GLOBALS['numrows'];
$oView->startrow = 0;
}
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages dcl depends on:
ii apache [httpd] 1.3.33-6sarge1 versatile, high-performance HTTP s
ii bash 2.05b-26 The GNU Bourne Again SHell
ii debconf 1.4.30.13 Debian configuration management sy
ii grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii python 2.3.5-2 An interactive high-level object-o
ii sed 4.1.2-8 The GNU sed stream editor
ii wwwconfig-common 0.0.43 Debian web auto configuration
-- no debconf information
--- End Message ---
--- Begin Message ---
dcl has been removed from Debian. For more information, please see
<http://bugs.debian.org/247231>.
--- End Message ---