Bug 165094

Summary: addressbook.php error
Product: Red Hat Enterprise Linux 4 Reporter: Johnny Hughes <jhughes>
Component: squirrelmailAssignee: Warren Togami <wtogami>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://bugs.centos.org/view.php?id=991
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-04 21:07:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Johnny Hughes 2005-08-04 10:35:22 UTC
Description of problem:
The file /usr/share/squirrelmail/src/addressbook.php contains an error on line 297.

It says:

$abook-error = htmlspecialchars($abook_error);

it needs to say:

$abook->error = htmlspecialchars($abook_error);

Version-Release number of selected component (if applicable):
squirrelmail-1.4.3a-11.EL4.noarch.rpm


How reproducible: Always

NOTE:  this problem is also present in the latest RHEL 3 version as well.

Comment 1 Warren Togami 2005-08-04 21:07:33 UTC

*** This bug has been marked as a duplicate of 160241 ***