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/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]