Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69054 Details for
Bug 106961
Patch to fix message.php issue in www-apps/horde-imp under php 5.0.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
imp-4.0.3-message.php-php-5.0.5.patch
imp-4.0.3-message.php-php-5.0.5.patch (text/plain), 656 bytes, created by
Ronald Hummelink
on 2005-09-23 00:46:11 UTC
(
hide
)
Description:
imp-4.0.3-message.php-php-5.0.5.patch
Filename:
MIME Type:
Creator:
Ronald Hummelink
Created:
2005-09-23 00:46:11 UTC
Size:
656 bytes
patch
obsolete
>diff -Naur imp-h3-4.0.3.orig/message.php imp-h3-4.0.3/message.php >--- imp-h3-4.0.3.orig/message.php 2005-03-22 04:38:38.000000000 +0100 >+++ imp-h3-4.0.3/message.php 2005-09-22 12:47:32.000000000 +0200 >@@ -443,7 +443,8 @@ > $from_img = NLS::generateFlagImageByHost($origin_host); > } > if (empty($from_img)) { >- $from_ob = array_shift(imap_rfc822_parse_adrlist($imp_headers->getFromAddress(), '')); >+ $from_ob = imap_rfc822_parse_adrlist($imp_headers->getFromAddress(), ''); >+ $from_ob = array_shift($from_ob); > $origin_host = $from_ob->host; > $from_img = NLS::generateFlagImageByHost($origin_host); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 106961
: 69054