Closed (fixed)
Project:
Mime Mail
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2007 at 21:15 UTC
Updated:
30 Nov 2007 at 20:52 UTC
I'm working on getting the mimemail and smtp modules to work together and I found a bug in line 64. It reads:
if (count($engines == 1)) {
And it should read:
if (count($engines) == 1) {
-bennybobw
Comments
Comment #1
bennybobw commentedThis issue has been fixed in HEAD
Comment #2
deekayen commentedChanges seem to have hit as part of 1.13.2.4 in DRUPAL-4-7, 1.14.2.4 in DRUPAL-5, and 1.18 in HEAD.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.