Fixed bug with logbook names containing blanks and 'List' link

SVN revision: 1224
This commit is contained in:
2005-02-22 09:34:04 +00:00
parent d22817fc0e
commit 7469ee06c4
+4 -2
View File
@@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
Revision 1.571 2005/02/22 09:34:04 ritt
Fixed bug with logbook names containing blanks and 'List' link
Revision 1.570 2005/02/22 08:55:20 ritt
Fixed bug with $attachments substitution on shell command
@@ -19610,8 +19613,7 @@ void interprete(char *lbook, char *path)
/* check for "List" button */
if (strieq(command, loc("List"))) {
sprintf(str, "../%s/", logbook_enc);
redirect(lbs, str);
redirect(lbs, "");
return;
}