From e80b735b8c54d859941373ee6f6a66c1eec09a01 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 17 May 2005 13:00:47 +0000 Subject: [PATCH] Fixed bug with missing 'full' view SVN revision: 1382 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 2dbbfeae..a340d612 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -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]) {