Your message dated Sat, 10 Feb 2007 12:16:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#379190: horde3: 'About...' in help view gives blank page
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: horde3
Severity: minor
Tags: patch fixed-upstream

Hi,

With horde3 3.1.2-1, if you open help viewer and click on 'About...'
link, you have blank page instead of displaying CREDITS file. There
is a bug in '/services/help/index.php' file :

--- index.php.ori       2006-07-22 03:47:58.000000000 +0200
+++ index.php   2006-07-22 03:47:34.000000000 +0200
@@ -55,10 +55,12 @@
     require HORDE_TEMPLATES . '/help/menu.inc';
 } elseif ($show == 'about') {
     $mod_version_constant = String::upper($module) . '_VERSION';
+    // patch by reg
+    // 
http://cvs.horde.org/diff.php?r1=2.80.10.1.2.3&r2=2.80.10.1.2.4&f=horde%2Fservices%2Fhelp%2Findex.php
+    require $fileroot . '/lib/version.php';
     if (!defined($mod_version_constant)) {
         exit;
     }
-    require $fileroot . '/lib/version.php';
     $version = String::ucfirst($module) . ' ' . 
constant($mod_version_constant);
     $credits = Util::bufferOutput('include', $fileroot . '/docs/CREDITS');
     $credits = String::convertCharset($credits, 'iso-8859-1', 
NLS::getCharset());


Note this bug is fixed in Horde CVS.
This bugreport informs people to be patient :)


Regards,
--
Gregory COLPART <[EMAIL PROTECTED]>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/


--- End Message ---
--- Begin Message ---
Version: 3.1.3

On Sun, Jul 23, 2006 at 01:00:55AM +0200, Ola Lundqvist wrote:

> Thanks. This bug will be fixed when we upload next upstream version.

We did that, but forgot to close the bug. Closing.

-- 
Lionel

--- End Message ---

Reply via email to