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

kcybulski - January 18, 2009 - 22:45
Project:Webmail Plus
Version:6.x-1.14
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

malclocke - May 11, 2009 - 03:44
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

kcybulski - June 4, 2009 - 22:04
Status:active» fixed

Fixed

#3

System Message - June 18, 2009 - 22:10
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.