mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed bug that attributes in replies were not found in searches if display in threaded mode
SVN revision: 417
This commit is contained in:
parent
a561c11c89
commit
12596149cf
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.30 2003/02/26 21:20:35 midas
|
||||||
|
Fixed bug that attributes in replies were not found in searches if display in threaded mode
|
||||||
|
|
||||||
Revision 1.29 2003/02/26 21:03:28 midas
|
Revision 1.29 2003/02/26 21:03:28 midas
|
||||||
Fixed problem that entry date changed on upload
|
Fixed problem that entry date changed on upload
|
||||||
|
|
||||||
@ -8019,7 +8022,7 @@ LOGBOOK *lbs_cur;
|
|||||||
msg_list[j].index == i)
|
msg_list[j].index == i)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (i < index)
|
if (j < index)
|
||||||
{
|
{
|
||||||
msg_list[index].lbs = NULL; // delete current message
|
msg_list[index].lbs = NULL; // delete current message
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user