From be5220a0b83a4a64d41b92df2524e56afbdcaa0d Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 24 Sep 2002 15:16:05 +0000 Subject: [PATCH] Version 2.2.0 SVN revision: 250 --- elogd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elogd.c b/elogd.c index 7c4a2e41..f9bb0acf 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.82 2002/09/24 15:16:05 midas + Version 2.2.0 + Revision 2.81 2002/09/24 14:28:11 midas 'Show last xxx' finished @@ -347,7 +350,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.1.3" +#define VERSION "2.2.0" #include #include @@ -7023,7 +7026,7 @@ MSG_LIST *msg_list; } /* store current command line as hidden parameter for page navigation */ - if (str[0]) + if (str[0] && !equal_ustring(str, "?")) { url_encode(str); rsprintf("\n", str);