From e8211d516b7db1b0464c794343092fd9da319b04 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 9 Jul 2002 07:37:37 +0000 Subject: [PATCH] Fixed bug that 'last xx entries?mode=threaded' was displayed SVN revision: 171 --- elogd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elogd.c b/elogd.c index a00496b2..d8642501 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.41 2002/07/09 07:37:37 midas + Fixed bug that 'last xx entries?mode=threaded' was displayed + Revision 2.40 2002/07/09 07:31:13 midas Removed alphasort() for Solaris compatibility @@ -5353,7 +5356,6 @@ struct tm tms, *ptms; if (last_n) { sprintf(str, loc("Last %d entries"), last_n*2); - sprintf(str+strlen(str), "?mode=%s", mode); rsprintf(" %s |\n", last_n*2, mode, str); } }