Skip to content
Snippets Groups Projects
Commit 8a9b51d3 authored by deuce's avatar deuce
Browse files

Convert blank subject to -- No Subject --

parent d10499a1
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,8 @@ for(var page=firstpage;page<=lastpage;page++) {
hdr=msgbase.get_msg_header(true,msgbase.total_msgs-1-offset-max_messages);
if(hdr!=null) {
if(hdr.subject=='')
hdr.subject="-- No Subject --";
template.pagelinks+='<a href="'+path+'?msg_grp='+g+'&msg_sub='+encodeURIComponent(sub)+'&offset='+(offset+max_messages)+'">NEXT</a>';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment