mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Fixed bug with elog:/n reference
SVN revision: 600
This commit is contained in:
parent
2337a31b9d
commit
6a295632b1
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.141 2003/07/28 15:24:27 midas
|
||||||
|
Fixed bug with elog:/n reference
|
||||||
|
|
||||||
Revision 1.140 2003/07/25 08:34:52 midas
|
Revision 1.140 2003/07/25 08:34:52 midas
|
||||||
Fixed bugs in HTML code
|
Fixed bugs in HTML code
|
||||||
|
|
||||||
@ -12823,7 +12826,10 @@ FILE *f;
|
|||||||
show_error(str);
|
show_error(str);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
redirect(lbs, attachment);
|
{
|
||||||
|
sprintf(str, "../%s", attachment);
|
||||||
|
redirect(lbs, str);
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user