Download & Extend

There is no "_" in line 50 nad 77 of webmail_plus.thread_view.inc file

Project:Webmail Plus
Version:6.x-1.14
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

File webmail_plus.thread_view.inc

line 50
There is $mail_api_connection = webmail_plus_connect($thread_folder);
should be $mail_api_connection = _webmail_plus_connect($thread_folder);

line 77
There is drupal_set_title(webmail_plus_render_subject($message_header_arr['subject']));
should be drupal_set_title(_webmail_plus_render_subject($message_header_arr['subject']));

Drupal 6.9 - server debian lenny; apache2 and php5

Comments

#1

Version:6.x-1.x-dev» 6.x-1.14

Confirmed, current stable release basically doesn't work out of the box because of this. Patch supplied against 1.14

AttachmentSize
webmail_plus-360756.patch 1.45 KB

#2

Status:active» fixed

Fixed

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.