mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Removed threaded change.
This commit is contained in:
parent
ddaa01348a
commit
0fc5fdecc7
@ -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)
|
if (i == *msg_list[index].lbs->n_el_index)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
//in_reply_to_id = msg_list[index].lbs->el_index[i].in_reply_to;
|
in_reply_to_id = msg_list[index].lbs->el_index[i].in_reply_to;
|
||||||
in_reply_to_id = 0;
|
|
||||||
|
|
||||||
} while (in_reply_to_id);
|
} while (in_reply_to_id);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user