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
Confirmed, current stable release basically doesn't work out of the box because of this. Patch supplied against 1.14
#2
Fixed
#3
Automatically closed -- issue fixed for 2 weeks with no activity.