mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +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
|
||||
|
||||
$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
|
||||
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"))
|
||||
break;
|
||||
|
||||
if (j == n)
|
||||
if (n > 0 && j == n)
|
||||
show_text = FALSE;
|
||||
|
||||
if (list[0]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user