Version 2.2.0

SVN revision: 250
This commit is contained in:
Stefan Ritt 2002-09-24 15:16:05 +00:00
parent 26825a3c3d
commit be5220a0b8

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $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 Revision 2.81 2002/09/24 14:28:11 midas
'Show last xxx' finished 'Show last xxx' finished
@ -347,7 +350,7 @@
\********************************************************************/ \********************************************************************/
/* Version of ELOG */ /* Version of ELOG */
#define VERSION "2.1.3" #define VERSION "2.2.0"
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
@ -7023,7 +7026,7 @@ MSG_LIST *msg_list;
} }
/* store current command line as hidden parameter for page navigation */ /* store current command line as hidden parameter for page navigation */
if (str[0]) if (str[0] && !equal_ustring(str, "?"))
{ {
url_encode(str); url_encode(str);
rsprintf("<input type=hidden name=lastcmd value=\"%s\">\n", str); rsprintf("<input type=hidden name=lastcmd value=\"%s\">\n", str);