Bug 165094 - addressbook.php error
Summary: addressbook.php error
Keywords:
Status: CLOSED DUPLICATE of bug 160241
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: squirrelmail
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Warren Togami
QA Contact:
URL: http://bugs.centos.org/view.php?id=991
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-04 10:35 UTC by Johnny Hughes
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-08-04 21:07:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.