mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed bug with logbook names containing blanks and 'List' link
SVN revision: 1224
This commit is contained in:
parent
d22817fc0e
commit
7469ee06c4
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.570 2005/02/22 08:55:20 ritt
|
||||||
Fixed bug with $attachments substitution on shell command
|
Fixed bug with $attachments substitution on shell command
|
||||||
|
|
||||||
@ -19610,8 +19613,7 @@ void interprete(char *lbook, char *path)
|
|||||||
|
|
||||||
/* check for "List" button */
|
/* check for "List" button */
|
||||||
if (strieq(command, loc("List"))) {
|
if (strieq(command, loc("List"))) {
|
||||||
sprintf(str, "../%s/", logbook_enc);
|
redirect(lbs, "");
|
||||||
redirect(lbs, str);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user