mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed bug with missing 'full' view
SVN revision: 1382
This commit is contained in:
parent
f6225e60c0
commit
e80b735b8c
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.668 2005/05/17 13:00:47 ritt
|
||||||
|
Fixed bug with missing 'full' view
|
||||||
|
|
||||||
Revision 1.667 2005/05/17 11:28:19 ritt
|
Revision 1.667 2005/05/17 11:28:19 ritt
|
||||||
Version 2.6.0-beta
|
Version 2.6.0-beta
|
||||||
|
|
||||||
@ -17379,7 +17382,7 @@ void show_elog_list(LOGBOOK * lbs, INT past_n, INT last_n, INT page_n, char *inf
|
|||||||
if (strieq(gattr + j * NAME_LENGTH, "text"))
|
if (strieq(gattr + j * NAME_LENGTH, "text"))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (j == n)
|
if (n > 0 && j == n)
|
||||||
show_text = FALSE;
|
show_text = FALSE;
|
||||||
|
|
||||||
if (list[0]) {
|
if (list[0]) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user