[imp] PATCH: Horde_Crypt_pgp::pgpPacketInformation() and related

Chris Hastie lists at oak-wood.co.uk
Mon Jan 13 11:00:17 PST 2003


On Mon, 13 Jan 2003, Michael M Slusarz <slusarz at bigworm.colorado.edu> 
wrote
>Quoting Chris Hastie <lists at oak-wood.co.uk>:
>
>| On Wed, 8 Jan 2003, Chris Hastie <lists at oak-wood.co.uk> wrote
>| >My starter for ten on this is just as broken in many ways,
>|
>| I've looked a bit more at this and come up with the attached patches.
>| I've grepped my installation to try to find all the areas that may be
>| affected by the changes, and I think I've found the lot, but there may
>| be issues with modules I don't have installed (I have Imp, Nag,
>| Kronolith, Ingo, Turba).
>|
>| Below is a summary of the changes. Unless otherwise indicated all
>| functions are in lib/Crypt/pgp.php
>
>Thanks for the patch - committed to HEAD.
>
A slight typo at line 341 in lib/Crypt/pgp.php I think:

$fingerprint && $data_array['fingerprint'] = $fingerpring;

should be

$fingerprint && $data_array['fingerprint'] = $fingerprint;
-- 
Chris Hastie


More information about the imp mailing list