Fix unending RE:re:re: etc
This commit is contained in:
parent
d4329eb287
commit
800e13009f
@ -443,7 +443,7 @@ char *www_msgs_messageview(struct user_record *user, int conference, int area, i
|
|||||||
stralloc_cats(&page, "\" /><br />\n");
|
stralloc_cats(&page, "\" /><br />\n");
|
||||||
|
|
||||||
stralloc_cats(&page, "Subject : <input type=\"text\" name=\"subject\" value=\"");
|
stralloc_cats(&page, "Subject : <input type=\"text\" name=\"subject\" value=\"");
|
||||||
if (strncasecmp(subject, "re:", 3) == 0) {
|
if (strncasecmp(subject, "re:", 3) != 0) {
|
||||||
stralloc_cats(&page, "RE: ");
|
stralloc_cats(&page, "RE: ");
|
||||||
}
|
}
|
||||||
stralloc_cats(&page, subject);
|
stralloc_cats(&page, subject);
|
||||||
|
Reference in New Issue
Block a user