mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed "An old ELOG entry..." for replies
This commit is contained in:
parent
94e7868c2e
commit
fc1da15670
@ -9576,7 +9576,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
locked_by[0] = 0;
|
locked_by[0] = 0;
|
||||||
new_entry = 0;
|
new_entry = 0;
|
||||||
|
|
||||||
if (!message_id)
|
if (!message_id || breply)
|
||||||
new_entry = 1;
|
new_entry = 1;
|
||||||
if (isparam("new_entry"))
|
if (isparam("new_entry"))
|
||||||
new_entry = 1;
|
new_entry = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user