mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Merge branch 'master' of bitbucket.org:p27-lanl/elog-xss
This commit is contained in:
commit
ddaa01348a
@ -20737,7 +20737,8 @@ 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