Removed threaded change.

This commit is contained in:
Jason Gochanour
2016-05-31 13:46:10 -06:00
parent ddaa01348a
commit 0fc5fdecc7
+1 -2
View File
@@ -20737,8 +20737,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa
if (i == *msg_list[index].lbs->n_el_index)
break;
//in_reply_to_id = msg_list[index].lbs->el_index[i].in_reply_to;
in_reply_to_id = 0;
in_reply_to_id = msg_list[index].lbs->el_index[i].in_reply_to;
} while (in_reply_to_id);