6.0.0-alpha12
6/6/25

[#1275] Typo in framework/Crypt/Crypt/smime.php
Summary Typo in framework/Crypt/Crypt/smime.php
Queue Horde Framework Packages
Type Bug
State Resolved
Priority 1. Low
Owners
Requester olli.korhonen (at) iki (dot) fi
Created 01/28/2005 (7434 days ago)
Due
Updated 01/28/2005 (7434 days ago)
Assigned
Resolved 01/28/2005 (7434 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/28/2005 09:00:31 PM Chuck Hagenbuch Comment #3
State ⇒ Resolved
Reply to this comment
Fixed in CVS, thanks.
01/28/2005 08:07:40 PM olli (dot) korhonen (at) iki (dot) fi Comment #2
New Attachment: smime.php.patch Download
Reply to this comment
patch included
01/28/2005 08:06:43 PM olli (dot) korhonen (at) iki (dot) fi Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Typo in framework/Crypt/Crypt/smime.php
Queue ⇒ Horde Framework Packages
Reply to this comment
Another '=' instead of '==' in framework/Crypt/Crypt/smime.php:



diff -u -3 -p -u -r1.50 smime.php

--- framework/Crypt/Crypt/smime.php     3 Jan 2005 13:09:03 -0000       1.50

+++ framework/Crypt/Crypt/smime.php     28 Jan 2005 20:01:00 -0000

@@ -917,7 +917,7 @@ class Horde_Crypt_smime extends Horde_Cr

                      $val = $val[1][1];

                  }

                  foreach ($val as $usage) {

-                    if ($usage[1] = 'id_kp_clientAuth') {

+                    if ($usage[1] == 'id_kp_clientAuth') {

                          $newVal .= empty($newVal) ? 'TLS Web Client 
Authentication' : ', TLS Web Client Authentication';

                      } else {

                          $newVal .= empty($newVal) ? $usage[1] : ', ' 
. $usage[1];


Saved Queries