View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002185 | phpList 3 application | Subscribe Process | public | 16-11-04 21:40 | 03-12-04 21:06 |
Reporter | Joel Kleppinger | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.8.11 | ||||
Target Version | Fixed in Version | ||||
Summary | 0002185:
| ||||
Description | This is a bug in 2.8.12. I searched and didn't find it so I'm posting it. When a user is unsubscribing, if that user is not subscribed to any list, the
(in line 505) $res .= "".$GLOBALS["strNoListsFound"].""; | ||||
Tags | No tags attached. | ||||
|
Whoops, I forgot to use the proper HTML tags. What I meant to say is this: When a user is unsubscribing, if that user is not subscribed to any list, the
not closed with (in line 505) $res .= "".$GLOBALS["strNoListsFound"].""; |
|
Hmm... I guess HTML is allowed in the bug but not in the notes... here's hoping a third time is a charm. When a user is unsubscribing, if that user is not subscribed to any list, the
(in line 505) $res .= "".$GLOBALS["strNoListsFound"].""; |
|
I give up... Please just add a < / u l > (remove spaces) to the UnsubscribePage function |
|
thanks for so much effort to report the bug. It's very amusing to read it. :-) Yes, I'm sometimes confused as well, whether html is displayed or not.... |
|
I've fixed it in 2.8 - cvs, but it's too small an issue to roll out a new release. If other things come up, at least a possible 2.8.13 would have it fixed as well. The 2.9 branch does unsubscribe in a different way, and the UL are not there any more. |